#253982

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

Shades of Resolution Blue #253982

Tints of Resolution Blue #253982

Color information

#253982 (or 0x253982) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 82. RGB value is (37,57,130). Sum of RGB (Red+Green+Blue) = 37+57+130=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #253982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253982 is #DAC67D. Grayscale: #3B3B3B. Windows color (decimal): -14337662 or 8534309. OLE color: 8534309.

HSL color Cylindrical-coordinate representation of color #253982: hue angle of 227.1º 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 #253982 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3757130-
CMYK0.720.5600.49
HSL227.1º55.69%32.75%-
HSV(B)227.1º71.54%50.98%-
XYZ6.264.9321.74-
YUV59.34167.87112.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=16.52%
G=25.45%
B=58.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37571300.720.5600.49227.155.6932.75
Hex2539824838031e33821
Octal4571202110700613437041
Binary100101111001100000101001000111000011000111100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253982; }

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

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

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

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

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

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

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

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