#253F71

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

Shades of Resolution Blue #253F71

Tints of Resolution Blue #253F71

Color information

#253F71 (or 0x253F71) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 71. RGB value is (37,63,113). Sum of RGB (Red+Green+Blue) = 37+63+113=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #253F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F71 is #DAC08E. Grayscale: #3C3C3C. Windows color (decimal): -14336143 or 7421733. OLE color: 7421733.

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

Color convert

RGB3763113-
CMYK0.670.4400.56
HSL219.47º50.67%29.41%-
HSV(B)219.47º67.26%44.31%-
XYZ5.525.1416.32-
YUV60.93157.39110.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=17.37%
G=29.58%
B=53.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37631130.670.4400.56219.4750.6729.41
Hex253F71432C038db331d
Octal4577161103540703336335
Binary1001011111111110001100001110110001110001101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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