#254276

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

Shades of Resolution Blue #254276

Tints of Resolution Blue #254276

Color information

#254276 (or 0x254276) is unknown color: approx Resolution Blue. HEX triplet: 25, 42 and 76. RGB value is (37,66,118). Sum of RGB (Red+Green+Blue) = 37+66+118=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #254276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254276 is #DABD89. Grayscale: #3F3F3F. Windows color (decimal): -14335370 or 7750181. OLE color: 7750181.

HSL color Cylindrical-coordinate representation of color #254276: hue angle of 218.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254276 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3766118-
CMYK0.690.4400.54
HSL218.52º52.26%30.39%-
HSV(B)218.52º68.64%46.27%-
XYZ5.985.617.9-
YUV63.26158.89109.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=16.74%
G=29.86%
B=53.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37661180.690.4400.54218.5252.2630.39
Hex254276452C036db341e
Octal45102166105540663336436
Binary10010110000101110110100010110110001101101101101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254276; }

 p { color: rgb(37,66,118); }

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

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

 a { background-color: rgb(37,66,118); }

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

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

 span { border-color: rgb(37,66,118); }

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