#253181

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

Shades of Resolution Blue #253181

Tints of Resolution Blue #253181

Color information

#253181 (or 0x253181) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 81. RGB value is (37,49,129). Sum of RGB (Red+Green+Blue) = 37+49+129=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #253181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253181 is #DACE7E. Grayscale: #363636. Windows color (decimal): -14339711 or 8466725. OLE color: 8466725.

HSL color Cylindrical-coordinate representation of color #253181: hue angle of 232.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253181 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3749129-
CMYK0.710.6200.49
HSL232.17º55.42%32.55%-
HSV(B)232.17º71.32%50.59%-
XYZ5.824.1721.27-
YUV54.53170.02115.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 129 (50.78% from 255) = 60%
R=17.21%
G=22.79%
B=60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37491290.710.6200.49232.1755.4232.55
Hex253181473E031e83721
Octal4561201107760613506741
Binary100101110001100000011000111111110011000111101000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253181; }

 p { color: rgb(37,49,129); }

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

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

 a { background-color: rgb(37,49,129); }

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

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

 span { border-color: rgb(37,49,129); }

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