#253B80

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

Shades of Resolution Blue #253B80

Tints of Resolution Blue #253B80

Color information

#253B80 (or 0x253B80) is unknown color: approx Resolution Blue. HEX triplet: 25, 3B and 80. RGB value is (37,59,128). Sum of RGB (Red+Green+Blue) = 37+59+128=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #253B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B80 is #DAC47F. Grayscale: #3B3B3B. Windows color (decimal): -14337152 or 8403749. OLE color: 8403749.

HSL color Cylindrical-coordinate representation of color #253B80: hue angle of 225.49º 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 #253B80 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3759128-
CMYK0.710.5400.50
HSL225.49º55.15%32.35%-
HSV(B)225.49º71.09%50.2%-
XYZ6.225.0821.07-
YUV60.29166.21111.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=16.52%
G=26.34%
B=57.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37591280.710.5400.50225.4955.1532.35
Hex253B804736032e13720
Octal4573200107660623416740
Binary100101111011100000001000111110110011001011100001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B80; }

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

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

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

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

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

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

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

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