#253284

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

Shades of Resolution Blue #253284

Tints of Resolution Blue #253284

Color information

#253284 (or 0x253284) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 84. RGB value is (37,50,132). Sum of RGB (Red+Green+Blue) = 37+50+132=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #253284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253284 is #DACD7B. Grayscale: #373737. Windows color (decimal): -14339452 or 8663589. OLE color: 8663589.

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

Color convert

RGB3750132-
CMYK0.720.6200.48
HSL231.79º56.21%33.14%-
HSV(B)231.79º71.97%51.76%-
XYZ6.074.3422.35-
YUV55.46171.19114.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=16.89%
G=22.83%
B=60.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37501320.720.6200.48231.7956.2133.14
Hex253284483E030e83821
Octal4562204110760603507041
Binary100101110010100001001001000111110011000011101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253284; }

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

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

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

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

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

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

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

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