#253584

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

Shades of Resolution Blue #253584

Tints of Resolution Blue #253584

Color information

#253584 (or 0x253584) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 84. RGB value is (37,53,132). Sum of RGB (Red+Green+Blue) = 37+53+132=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #253584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253584 is #DACA7B. Grayscale: #383838. Windows color (decimal): -14338684 or 8664357. OLE color: 8664357.

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

Color convert

RGB3753132-
CMYK0.720.6000.48
HSL229.89º56.21%33.14%-
HSV(B)229.89º71.97%51.76%-
XYZ6.24.6122.39-
YUV57.22170.2113.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=16.67%
G=23.87%
B=59.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37531320.720.6000.48229.8956.2133.14
Hex253584483C030e63821
Octal4565204110740603467041
Binary100101110101100001001001000111100011000011100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253584; }

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

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

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

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

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

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

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

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