#253A6E

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

Shades of Resolution Blue #253A6E

Tints of Resolution Blue #253A6E

Color information

#253A6E (or 0x253A6E) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 6E. RGB value is (37,58,110). Sum of RGB (Red+Green+Blue) = 37+58+110=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #253A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6E is #DAC591. Grayscale: #393939. Windows color (decimal): -14337426 or 7223845. OLE color: 7223845.

HSL color Cylindrical-coordinate representation of color #253A6E: hue angle of 222.74º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253A6E is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3758110-
CMYK0.660.4700.57
HSL222.74º49.66%28.82%-
HSV(B)222.74º66.36%43.14%-
XYZ5.094.5515.36-
YUV57.65157.54113.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=18.05%
G=28.29%
B=53.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37581100.660.4700.57222.7449.6628.82
Hex253A6E422F039df321d
Octal4572156102570713376235
Binary1001011110101101110100001010111101110011101111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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