#253880

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

Shades of Resolution Blue #253880

Tints of Resolution Blue #253880

Color information

#253880 (or 0x253880) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 80. RGB value is (37,56,128). Sum of RGB (Red+Green+Blue) = 37+56+128=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #253880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253880 is #DAC77F. Grayscale: #3A3A3A. Windows color (decimal): -14337920 or 8402981. OLE color: 8402981.

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

Color convert

RGB3756128-
CMYK0.710.5600.50
HSL227.47º55.15%32.35%-
HSV(B)227.47º71.09%50.2%-
XYZ6.074.7821.02-
YUV58.53167.21112.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=16.74%
G=25.34%
B=57.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37561280.710.5600.50227.4755.1532.35
Hex2538804738032e33720
Octal4570200107700623436740
Binary100101111000100000001000111111000011001011100011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253880; }

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

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

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

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

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

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

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

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