#253471

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

Shades of Resolution Blue #253471

Tints of Resolution Blue #253471

Color information

#253471 (or 0x253471) is unknown color: approx Resolution Blue. HEX triplet: 25, 34 and 71. RGB value is (37,52,113). Sum of RGB (Red+Green+Blue) = 37+52+113=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #253471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253471 is #DACB8E. Grayscale: #363636. Windows color (decimal): -14338959 or 7418917. OLE color: 7418917.

HSL color Cylindrical-coordinate representation of color #253471: hue angle of 228.16º degrees, saturation: 0.51, 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 #253471 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3752113-
CMYK0.670.5400.56
HSL228.16º50.67%29.41%-
HSV(B)228.16º67.26%44.31%-
XYZ4.974.0416.14-
YUV54.47161.03115.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=18.32%
G=25.74%
B=55.94%

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
Decimal37521130.670.5400.56228.1650.6729.41
Hex2534714336038e4331d
Octal4564161103660703446335
Binary1001011101001110001100001111011001110001110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253471; }

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

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

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

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

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

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

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

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