#253B6D

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

Shades of Resolution Blue #253B6D

Tints of Resolution Blue #253B6D

Color information

#253B6D (or 0x253B6D) is unknown color: approx Resolution Blue. HEX triplet: 25, 3B and 6D. RGB value is (37,59,109). Sum of RGB (Red+Green+Blue) = 37+59+109=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #253B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B6D is #DAC492. Grayscale: #393939. Windows color (decimal): -14337171 or 7158565. OLE color: 7158565.

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

Color convert

RGB3759109-
CMYK0.660.4600.57
HSL221.67º49.32%28.63%-
HSV(B)221.67º66.06%42.75%-
XYZ5.094.6315.09-
YUV58.12156.71112.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=18.05%
G=28.78%
B=53.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37591090.660.4600.57221.6749.3228.63
Hex253B6D422E039de311d
Octal4573155102560713366135
Binary1001011110111101101100001010111001110011101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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