#253872

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

Shades of Resolution Blue #253872

Tints of Resolution Blue #253872

Color information

#253872 (or 0x253872) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 72. RGB value is (37,56,114). Sum of RGB (Red+Green+Blue) = 37+56+114=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #253872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253872 is #DAC78D. Grayscale: #383838. Windows color (decimal): -14337934 or 7485477. OLE color: 7485477.

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

Color convert

RGB3756114-
CMYK0.680.5100.55
HSL225.19º50.99%29.61%-
HSV(B)225.19º67.54%44.71%-
XYZ5.214.4416.5-
YUV56.93160.21113.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=17.87%
G=27.05%
B=55.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37561140.680.5100.55225.1950.9929.61
Hex2538724433037e1331e
Octal4570162104630673416336
Binary1001011110001110010100010011001101101111110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253872; }

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

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

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

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

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

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

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

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