#253271

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

Shades of Resolution Blue #253271

Tints of Resolution Blue #253271

Color information

#253271 (or 0x253271) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 71. RGB value is (37,50,113). Sum of RGB (Red+Green+Blue) = 37+50+113=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #253271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253271 is #DACD8E. Grayscale: #353535. Windows color (decimal): -14339471 or 7418405. OLE color: 7418405.

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

Color convert

RGB3750113-
CMYK0.670.5600.56
HSL229.74º50.67%29.41%-
HSV(B)229.74º67.26%44.31%-
XYZ4.883.8716.11-
YUV53.29161.69116.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=18.5%
G=25%
B=56.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37501130.670.5600.56229.7450.6729.41
Hex2532714338038e6331d
Octal4562161103700703466335
Binary1001011100101110001100001111100001110001110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253271; }

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

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

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

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

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

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

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

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