#253F75

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

Shades of Resolution Blue #253F75

Tints of Resolution Blue #253F75

Color information

#253F75 (or 0x253F75) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 75. RGB value is (37,63,117). Sum of RGB (Red+Green+Blue) = 37+63+117=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #253F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F75 is #DAC08A. Grayscale: #3D3D3D. Windows color (decimal): -14336139 or 7683877. OLE color: 7683877.

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

Color convert

RGB3763117-
CMYK0.680.4600.54
HSL220.5º51.95%30.2%-
HSV(B)220.5º68.38%45.88%-
XYZ5.755.2317.54-
YUV61.38159.39110.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=17.05%
G=29.03%
B=53.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37631170.680.4600.54220.551.9530.2
Hex253F75442E036dc341e
Octal4577165104560663346436
Binary1001011111111110101100010010111001101101101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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