#253E74

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

Shades of Resolution Blue #253E74

Tints of Resolution Blue #253E74

Color information

#253E74 (or 0x253E74) is unknown color: approx Resolution Blue. HEX triplet: 25, 3E and 74. RGB value is (37,62,116). Sum of RGB (Red+Green+Blue) = 37+62+116=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #253E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E74 is #DAC18B. Grayscale: #3C3C3C. Windows color (decimal): -14336396 or 7618085. OLE color: 7618085.

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

Color convert

RGB3762116-
CMYK0.680.4700.55
HSL221.01º51.63%30%-
HSV(B)221.01º68.1%45.49%-
XYZ5.645.117.21-
YUV60.68159.22111.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=17.21%
G=28.84%
B=53.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37621160.680.4700.55221.0151.6330
Hex253E74442F037dd341e
Octal4576164104570673356436
Binary1001011111101110100100010010111101101111101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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