#253A76

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

Shades of Resolution Blue #253A76

Tints of Resolution Blue #253A76

Color information

#253A76 (or 0x253A76) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 76. RGB value is (37,58,118). Sum of RGB (Red+Green+Blue) = 37+58+118=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #253A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A76 is #DAC589. Grayscale: #3A3A3A. Windows color (decimal): -14337418 or 7748133. OLE color: 7748133.

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

Color convert

RGB3758118-
CMYK0.690.5100.54
HSL224.44º52.26%30.39%-
HSV(B)224.44º68.64%46.27%-
XYZ5.554.7317.76-
YUV58.56161.54112.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=17.37%
G=27.23%
B=55.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37581180.690.5100.54224.4452.2630.39
Hex253A764533036e0341e
Octal4572166105630663406436
Binary1001011110101110110100010111001101101101110000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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