#253876

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

Shades of Resolution Blue #253876

Tints of Resolution Blue #253876

Color information

#253876 (or 0x253876) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 76. RGB value is (37,56,118). Sum of RGB (Red+Green+Blue) = 37+56+118=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #253876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253876 is #DAC789. Grayscale: #393939. Windows color (decimal): -14337930 or 7747621. OLE color: 7747621.

HSL color Cylindrical-coordinate representation of color #253876: hue angle of 225.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253876 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3756118-
CMYK0.690.5300.54
HSL225.93º52.26%30.39%-
HSV(B)225.93º68.64%46.27%-
XYZ5.454.5317.73-
YUV57.39162.21113.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=17.54%
G=26.54%
B=55.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37561180.690.5300.54225.9352.2630.39
Hex2538764535036e2341e
Octal4570166105650663426436
Binary1001011110001110110100010111010101101101110001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253876; }

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

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

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

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

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

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

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

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