#253180

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

Shades of Resolution Blue #253180

Tints of Resolution Blue #253180

Color information

#253180 (or 0x253180) is unknown color: approx Resolution Blue. HEX triplet: 25, 31 and 80. RGB value is (37,49,128). Sum of RGB (Red+Green+Blue) = 37+49+128=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #253180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253180 is #DACE7F. Grayscale: #363636. Windows color (decimal): -14339712 or 8401189. OLE color: 8401189.

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

Color convert

RGB3749128-
CMYK0.710.6200.50
HSL232.09º55.15%32.35%-
HSV(B)232.09º71.09%50.2%-
XYZ5.764.1520.92-
YUV54.42169.52115.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=17.29%
G=22.90%
B=59.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37491280.710.6200.50232.0955.1532.35
Hex253180473E032e83720
Octal4561200107760623506740
Binary100101110001100000001000111111110011001011101000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253180; }

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

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

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

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

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

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

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

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