#253F79

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

Shades of Resolution Blue #253F79

Tints of Resolution Blue #253F79

Color information

#253F79 (or 0x253F79) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 79. RGB value is (37,63,121). Sum of RGB (Red+Green+Blue) = 37+63+121=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #253F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F79 is #DAC086. Grayscale: #3D3D3D. Windows color (decimal): -14336135 or 7946021. OLE color: 7946021.

HSL color Cylindrical-coordinate representation of color #253F79: hue angle of 221.43º 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 #253F79 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3763121-
CMYK0.690.4800.53
HSL221.43º53.16%30.98%-
HSV(B)221.43º69.42%47.45%-
XYZ5.995.3318.8-
YUV61.84161.39110.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=16.74%
G=28.51%
B=54.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37631210.690.4800.53221.4353.1630.98
Hex253F794530035dd351f
Octal4577171105600653356537
Binary1001011111111111001100010111000001101011101110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F79; }

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

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

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

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

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

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

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

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