#27366F

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

Shades of Resolution Blue #27366F

Tints of Resolution Blue #27366F

Color information

#27366F (or 0x27366F) is unknown color: approx Resolution Blue. HEX triplet: 27, 36 and 6F. RGB value is (39,54,111). Sum of RGB (Red+Green+Blue) = 39+54+111=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #27366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27366F is #D8C990. Grayscale: #373737. Windows color (decimal): -14207377 or 7288359. OLE color: 7288359.

HSL color Cylindrical-coordinate representation of color #27366F: hue angle of 227.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27366F is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3954111-
CMYK0.650.5100.56
HSL227.5º48%29.41%-
HSV(B)227.5º64.86%43.53%-
XYZ5.034.2215.59-
YUV56.01159.03115.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=19.12%
G=26.47%
B=54.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39541110.650.5100.56227.54829.41
Hex27366F4133038e4301d
Octal4766157101630703446035
Binary1001111101101101111100000111001101110001110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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