#253984

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

Shades of Resolution Blue #253984

Tints of Resolution Blue #253984

Color information

#253984 (or 0x253984) is unknown color: approx Resolution Blue. HEX triplet: 25, 39 and 84. RGB value is (37,57,132). Sum of RGB (Red+Green+Blue) = 37+57+132=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #253984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253984 is #DAC67B. Grayscale: #3B3B3B. Windows color (decimal): -14337660 or 8665381. OLE color: 8665381.

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

Color convert

RGB3757132-
CMYK0.720.5700.48
HSL227.37º56.21%33.14%-
HSV(B)227.37º71.97%51.76%-
XYZ6.394.9922.46-
YUV59.57168.87111.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=16.37%
G=25.22%
B=58.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37571320.720.5700.48227.3756.2133.14
Hex2539844839030e33821
Octal4571204110710603437041
Binary100101111001100001001001000111001011000011100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253984; }

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

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

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

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

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

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

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

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