#253474

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

Shades of Resolution Blue #253474

Tints of Resolution Blue #253474

Color information

#253474 (or 0x253474) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 74. RGB value is (37,52,116). Sum of RGB (Red+Green+Blue) = 37+52+116=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #253474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253474 is #DACB8B. Grayscale: #363636. Windows color (decimal): -14338956 or 7615525. OLE color: 7615525.

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

Color convert

RGB3752116-
CMYK0.680.5500.55
HSL228.61º51.63%30%-
HSV(B)228.61º68.1%45.49%-
XYZ5.144.1117.05-
YUV54.81162.53115.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=18.05%
G=25.37%
B=56.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37521160.680.5500.55228.6151.6330
Hex2534744437037e5341e
Octal4564164104670673456436
Binary1001011101001110100100010011011101101111110010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253474; }

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

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

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

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

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

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

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

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