#253879

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

Shades of Resolution Blue #253879

Tints of Resolution Blue #253879

Color information

#253879 (or 0x253879) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 79. RGB value is (37,56,121). Sum of RGB (Red+Green+Blue) = 37+56+121=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #253879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253879 is #DAC786. Grayscale: #393939. Windows color (decimal): -14337927 or 7944229. OLE color: 7944229.

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

Color convert

RGB3756121-
CMYK0.690.5400.53
HSL226.43º53.16%30.98%-
HSV(B)226.43º69.42%47.45%-
XYZ5.634.618.68-
YUV57.73163.71113.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=17.29%
G=26.17%
B=56.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37561210.690.5400.53226.4353.1630.98
Hex2538794536035e2351f
Octal4570171105660653426537
Binary1001011110001111001100010111011001101011110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253879; }

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

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

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

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

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

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

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

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