#253890

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

Shades of Resolution Blue #253890

Tints of Resolution Blue #253890

Color information

#253890 (or 0x253890) is unknown color: approx Resolution Blue. HEX triplet: 25, 38 and 90. RGB value is (37,56,144). Sum of RGB (Red+Green+Blue) = 37+56+144=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #253890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253890 is #DAC76F. Grayscale: #3B3B3B. Windows color (decimal): -14337904 or 9451557. OLE color: 9451557.

HSL color Cylindrical-coordinate representation of color #253890: hue angle of 229.35º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253890 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3756144-
CMYK0.740.6100.44
HSL229.35º59.12%35.49%-
HSV(B)229.35º74.31%56.47%-
XYZ7.215.2427.02-
YUV60.35175.21111.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=15.61%
G=23.63%
B=60.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37561440.740.6100.44229.3559.1235.49
Hex2538904A3D02Ce53b23
Octal4570220112750543457343
Binary100101111000100100001001010111101010110011100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253890; }

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

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

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

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

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

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

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

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