#27368F

Color #27368F Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #27368F

Tints of Resolution Blue #27368F

Color information

#27368F (or 0x27368F) is unknown color: approx Resolution Blue. HEX triplet: 27, 36 and 8F. RGB value is (39,54,143). Sum of RGB (Red+Green+Blue) = 39+54+143=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #27368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27368F is #D8C970. Grayscale: #3B3B3B. Windows color (decimal): -14207345 or 9385511. OLE color: 9385511.

HSL color Cylindrical-coordinate representation of color #27368F: hue angle of 231.35º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27368F is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3954143-
CMYK0.730.6200.44
HSL231.35º57.14%35.69%-
HSV(B)231.35º72.73%56.08%-
XYZ7.115.0526.59-
YUV59.66175.03113.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 143 (56.25% from 255) = 60.59%
R=16.53%
G=22.88%
B=60.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39541430.730.6200.44231.3557.1435.69
Hex27368F493E02Ce73924
Octal4766217111760543477144
Binary100111110110100011111001001111110010110011100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27368F; }

 p { color: rgb(39,54,143); }

 H1.HeaderClassName
 {
   color: #27368F;
 }
 .AnyTagClassName
 {
   color: #27368F;
 }
</style>
background-color css

<style>
 a { background-color: #27368F; }

 a { background-color: rgb(39,54,143); }

 div.DivClassName
 {
   background-color: #27368F;
 }
 .BgClassName
 {
   background-color: #27368F;
 }
</style>
border-color css

<style>
 span { border-color: #27368F; }

 span { border-color: rgb(39,54,143); }

 td.TdClassName
 {
   border-color: #27368F;
 }
 .TagClassName
 {
   border-color: #27368F;
 }
</style>