#253A70

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

Shades of Resolution Blue #253A70

Tints of Resolution Blue #253A70

Color information

#253A70 (or 0x253A70) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 70. RGB value is (37,58,112). Sum of RGB (Red+Green+Blue) = 37+58+112=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #253A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A70 is #DAC58F. Grayscale: #393939. Windows color (decimal): -14337424 or 7354917. OLE color: 7354917.

HSL color Cylindrical-coordinate representation of color #253A70: hue angle of 223.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253A70 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3758112-
CMYK0.670.4800.56
HSL223.2º50.34%29.22%-
HSV(B)223.2º66.96%43.92%-
XYZ5.24.5915.94-
YUV57.88158.54113.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=17.87%
G=28.02%
B=54.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37581120.670.4800.56223.250.3429.22
Hex253A704330038df321d
Octal4572160103600703376235
Binary1001011110101110000100001111000001110001101111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,112); }

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

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

 a { background-color: rgb(37,58,112); }

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

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

 span { border-color: rgb(37,58,112); }

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