#253272

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

Shades of Resolution Blue #253272

Tints of Resolution Blue #253272

Color information

#253272 (or 0x253272) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 72. RGB value is (37,50,114). Sum of RGB (Red+Green+Blue) = 37+50+114=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #253272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253272 is #DACD8D. Grayscale: #353535. Windows color (decimal): -14339470 or 7483941. OLE color: 7483941.

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

Color convert

RGB3750114-
CMYK0.680.5600.55
HSL229.87º50.99%29.61%-
HSV(B)229.87º67.54%44.71%-
XYZ4.943.8916.41-
YUV53.41162.19116.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=18.41%
G=24.88%
B=56.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37501140.680.5600.55229.8750.9929.61
Hex2532724438037e6331e
Octal4562162104700673466336
Binary1001011100101110010100010011100001101111110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253272; }

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

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

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

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

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

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

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

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