#27416E

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

Shades of Resolution Blue #27416E

Tints of Resolution Blue #27416E

Color information

#27416E (or 0x27416E) is unknown color: approx Resolution Blue. HEX triplet: 27, 41 and 6E. RGB value is (39,65,110). Sum of RGB (Red+Green+Blue) = 39+65+110=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #27416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27416E is #D8BE91. Grayscale: #3E3E3E. Windows color (decimal): -14204562 or 7225639. OLE color: 7225639.

HSL color Cylindrical-coordinate representation of color #27416E: hue angle of 218.03º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27416E is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3965110-
CMYK0.650.4100.57
HSL218.03º47.65%29.22%-
HSV(B)218.03º64.55%43.14%-
XYZ5.545.3415.49-
YUV62.36154.89111.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=18.22%
G=30.37%
B=51.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39651100.650.4100.57218.0347.6529.22
Hex27416E4129039da301d
Octal47101156101510713326035
Binary10011110000011101110100000110100101110011101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27416E; }

 p { color: rgb(39,65,110); }

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

<style>
 a { background-color: #27416E; }

 a { background-color: rgb(39,65,110); }

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

<style>
 span { border-color: #27416E; }

 span { border-color: rgb(39,65,110); }

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