#254479

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

Shades of Resolution Blue #254479

Tints of Resolution Blue #254479

Color information

#254479 (or 0x254479) is unknown color: approx Resolution Blue. HEX triplet: 25, 44 and 79. RGB value is (37,68,121). Sum of RGB (Red+Green+Blue) = 37+68+121=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #254479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254479 is #DABB86. Grayscale: #404040. Windows color (decimal): -14334855 or 7947301. OLE color: 7947301.

HSL color Cylindrical-coordinate representation of color #254479: hue angle of 217.86º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254479 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3768121-
CMYK0.690.4400.53
HSL217.86º53.16%30.98%-
HSV(B)217.86º69.42%47.45%-
XYZ6.285.9118.9-
YUV64.77159.73108.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=16.37%
G=30.09%
B=53.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37681210.690.4400.53217.8653.1630.98
Hex254479452C035da351f
Octal45104171105540653326537
Binary10010110001001111001100010110110001101011101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254479; }

 p { color: rgb(37,68,121); }

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

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

 a { background-color: rgb(37,68,121); }

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

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

 span { border-color: rgb(37,68,121); }

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