#253A6D

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

Shades of Resolution Blue #253A6D

Tints of Resolution Blue #253A6D

Color information

#253A6D (or 0x253A6D) is unknown color: approx Resolution Blue. HEX triplet: 25, 3A and 6D. RGB value is (37,58,109). Sum of RGB (Red+Green+Blue) = 37+58+109=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #253A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6D is #DAC592. Grayscale: #393939. Windows color (decimal): -14337427 or 7158309. OLE color: 7158309.

HSL color Cylindrical-coordinate representation of color #253A6D: hue angle of 222.5º degrees, saturation: 0.49, 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 #253A6D is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3758109-
CMYK0.660.4700.57
HSL222.5º49.32%28.63%-
HSV(B)222.5º66.06%42.75%-
XYZ5.044.5215.08-
YUV57.54157.04113.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=18.14%
G=28.43%
B=53.43%

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
Decimal37581090.660.4700.57222.549.3228.63
Hex253A6D422F039de311d
Octal4572155102570713366135
Binary1001011110101101101100001010111101110011101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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