#253470

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

Shades of Resolution Blue #253470

Tints of Resolution Blue #253470

Color information

#253470 (or 0x253470) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 70. RGB value is (37,52,112). Sum of RGB (Red+Green+Blue) = 37+52+112=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #253470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253470 is #DACB8F. Grayscale: #363636. Windows color (decimal): -14338960 or 7353381. OLE color: 7353381.

HSL color Cylindrical-coordinate representation of color #253470: hue angle of 228º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253470 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3752112-
CMYK0.670.5400.56
HSL228º50.34%29.22%-
HSV(B)228º66.96%43.92%-
XYZ4.924.0215.85-
YUV54.36160.53115.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=18.41%
G=25.87%
B=55.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37521120.670.5400.5622850.3429.22
Hex2534704336038e4321d
Octal4564160103660703446235
Binary1001011101001110000100001111011001110001110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253470; }

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

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

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

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

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

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

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

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