#253280

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

Shades of Resolution Blue #253280

Tints of Resolution Blue #253280

Color information

#253280 (or 0x253280) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 80. RGB value is (37,50,128). Sum of RGB (Red+Green+Blue) = 37+50+128=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #253280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253280 is #DACD7F. Grayscale: #363636. Windows color (decimal): -14339456 or 8401445. OLE color: 8401445.

HSL color Cylindrical-coordinate representation of color #253280: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253280 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3750128-
CMYK0.710.6100.50
HSL231.43º55.15%32.35%-
HSV(B)231.43º71.09%50.2%-
XYZ5.84.2320.93-
YUV55169.19115.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 128 (50.39% from 255) = 59.53%
R=17.21%
G=23.26%
B=59.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37501280.710.6100.50231.4355.1532.35
Hex253280473D032e73720
Octal4562200107750623476740
Binary100101110010100000001000111111101011001011100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253280; }

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

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

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

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

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

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

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

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