#253882

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

Shades of Resolution Blue #253882

Tints of Resolution Blue #253882

Color information

#253882 (or 0x253882) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 82. RGB value is (37,56,130). Sum of RGB (Red+Green+Blue) = 37+56+130=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #253882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253882 is #DAC77D. Grayscale: #3A3A3A. Windows color (decimal): -14337918 or 8534053. OLE color: 8534053.

HSL color Cylindrical-coordinate representation of color #253882: hue angle of 227.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253882 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3756130-
CMYK0.720.5700.49
HSL227.74º55.69%32.75%-
HSV(B)227.74º71.54%50.98%-
XYZ6.214.8321.72-
YUV58.76168.21112.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=16.59%
G=25.11%
B=58.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37561300.720.5700.49227.7455.6932.75
Hex2538824839031e43821
Octal4570202110710613447041
Binary100101111000100000101001000111001011000111100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253882; }

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

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

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

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

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

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

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

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