#253288

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

Shades of Resolution Blue #253288

Tints of Resolution Blue #253288

Color information

#253288 (or 0x253288) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 88. RGB value is (37,50,136). Sum of RGB (Red+Green+Blue) = 37+50+136=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #253288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253288 is #DACD77. Grayscale: #373737. Windows color (decimal): -14339448 or 8925733. OLE color: 8925733.

HSL color Cylindrical-coordinate representation of color #253288: hue angle of 232.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253288 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3750136-
CMYK0.730.6300.47
HSL232.12º57.23%33.92%-
HSV(B)232.12º72.79%53.33%-
XYZ6.354.4523.82-
YUV55.92173.19114.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=16.59%
G=22.42%
B=60.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37501360.730.6300.47232.1257.2333.92
Hex253288493F02Fe83922
Octal4562210111770573507142
Binary100101110010100010001001001111111010111111101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253288; }

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

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

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

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

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

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

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

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