#253372

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

Shades of Resolution Blue #253372

Tints of Resolution Blue #253372

Color information

#253372 (or 0x253372) is unknown color: approx Resolution Blue. HEX triplet: 25, 33 and 72. RGB value is (37,51,114). Sum of RGB (Red+Green+Blue) = 37+51+114=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #253372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253372 is #DACC8D. Grayscale: #353535. Windows color (decimal): -14339214 or 7484197. OLE color: 7484197.

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

Color convert

RGB3751114-
CMYK0.680.5500.55
HSL229.09º50.99%29.61%-
HSV(B)229.09º67.54%44.71%-
XYZ4.983.9816.42-
YUV54161.86115.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=18.32%
G=25.25%
B=56.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37511140.680.5500.55229.0950.9929.61
Hex2533724437037e5331e
Octal4563162104670673456336
Binary1001011100111110010100010011011101101111110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253372; }

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

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

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

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

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

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

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

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