#253E75

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

Shades of Resolution Blue #253E75

Tints of Resolution Blue #253E75

Color information

#253E75 (or 0x253E75) is unknown color: approx Resolution Blue. HEX triplet: 25, 3E and 75. RGB value is (37,62,117). Sum of RGB (Red+Green+Blue) = 37+62+117=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #253E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E75 is #DAC18A. Grayscale: #3C3C3C. Windows color (decimal): -14336395 or 7683621. OLE color: 7683621.

HSL color Cylindrical-coordinate representation of color #253E75: hue angle of 221.25º 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 #253E75 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3762117-
CMYK0.680.4700.54
HSL221.25º51.95%30.2%-
HSV(B)221.25º68.38%45.88%-
XYZ5.75.1217.52-
YUV60.79159.72111.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 62 (24.61% from 255) = 28.70%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=17.13%
G=28.70%
B=54.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37621170.680.4700.54221.2551.9530.2
Hex253E75442F036dd341e
Octal4576165104570663356436
Binary1001011111101110101100010010111101101101101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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