#253D76

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

Shades of Resolution Blue #253D76

Tints of Resolution Blue #253D76

Color information

#253D76 (or 0x253D76) is unknown color: approx Resolution Blue. HEX triplet: 25, 3D and 76. RGB value is (37,61,118). Sum of RGB (Red+Green+Blue) = 37+61+118=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #253D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D76 is #DAC289. Grayscale: #3C3C3C. Windows color (decimal): -14336650 or 7748901. OLE color: 7748901.

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

Color convert

RGB3761118-
CMYK0.690.4800.54
HSL222.22º52.26%30.39%-
HSV(B)222.22º68.64%46.27%-
XYZ5.75.0417.81-
YUV60.32160.55111.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=17.13%
G=28.24%
B=54.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37611180.690.4800.54222.2252.2630.39
Hex253D764530036de341e
Octal4575166105600663366436
Binary1001011111011110110100010111000001101101101111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,118); }

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

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

 a { background-color: rgb(37,61,118); }

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

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

 span { border-color: rgb(37,61,118); }

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