#253C8A

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

Shades of Resolution Blue #253C8A

Tints of Resolution Blue #253C8A

Color information

#253C8A (or 0x253C8A) is unknown color: approx Resolution Blue. HEX triplet: 25, 3C and 8A. RGB value is (37,60,138). Sum of RGB (Red+Green+Blue) = 37+60+138=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #253C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C8A is #DAC375. Grayscale: #3D3D3D. Windows color (decimal): -14336886 or 9059365. OLE color: 9059365.

HSL color Cylindrical-coordinate representation of color #253C8A: hue angle of 226.34º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253C8A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3760138-
CMYK0.730.5700.46
HSL226.34º57.71%34.31%-
HSV(B)226.34º73.19%54.12%-
XYZ6.975.4624.73-
YUV62.02170.88110.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=15.74%
G=25.53%
B=58.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37601380.730.5700.46226.3457.7134.31
Hex253C8A493902Ee23a22
Octal4574212111710563427242
Binary100101111100100010101001001111001010111011100010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,60,138); }

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

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

 a { background-color: rgb(37,60,138); }

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

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

 span { border-color: rgb(37,60,138); }

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