#253E6E

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

Shades of Resolution Blue #253E6E

Tints of Resolution Blue #253E6E

Color information

#253E6E (or 0x253E6E) is unknown color: approx Resolution Blue. HEX triplet: 25, 3E and 6E. RGB value is (37,62,110). Sum of RGB (Red+Green+Blue) = 37+62+110=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #253E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E6E is #DAC191. Grayscale: #3B3B3B. Windows color (decimal): -14336402 or 7224869. OLE color: 7224869.

HSL color Cylindrical-coordinate representation of color #253E6E: hue angle of 219.45º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253E6E is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3762110-
CMYK0.660.4400.57
HSL219.45º49.66%28.82%-
HSV(B)219.45º66.36%43.14%-
XYZ5.34.9615.43-
YUV60156.22111.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=17.70%
G=29.67%
B=52.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37621100.660.4400.57219.4549.6628.82
Hex253E6E422C039db321d
Octal4576156102540713336235
Binary1001011111101101110100001010110001110011101101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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