#253A6F

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

Shades of Resolution Blue #253A6F

Tints of Resolution Blue #253A6F

Color information

#253A6F (or 0x253A6F) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 6F. RGB value is (37,58,111). Sum of RGB (Red+Green+Blue) = 37+58+111=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #253A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6F is #DAC590. Grayscale: #393939. Windows color (decimal): -14337425 or 7289381. OLE color: 7289381.

HSL color Cylindrical-coordinate representation of color #253A6F: hue angle of 222.97º 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 #253A6F is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3758111-
CMYK0.670.4800.56
HSL222.97º50%29.02%-
HSV(B)222.97º66.67%43.53%-
XYZ5.154.5715.65-
YUV57.76158.04113.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=17.96%
G=28.16%
B=53.88%

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
Decimal37581110.670.4800.56222.975029.02
Hex253A6F4330038df321d
Octal4572157103600703376235
Binary1001011110101101111100001111000001110001101111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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