#253F7D

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

Shades of Resolution Blue #253F7D

Tints of Resolution Blue #253F7D

Color information

#253F7D (or 0x253F7D) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 7D. RGB value is (37,63,125). Sum of RGB (Red+Green+Blue) = 37+63+125=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #253F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F7D is #DAC082. Grayscale: #3E3E3E. Windows color (decimal): -14336131 or 8208165. OLE color: 8208165.

HSL color Cylindrical-coordinate representation of color #253F7D: hue angle of 222.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253F7D is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3763125-
CMYK0.700.5000.51
HSL222.27º54.32%31.76%-
HSV(B)222.27º70.4%49.02%-
XYZ6.245.4320.12-
YUV62.29163.39109.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=16.44%
G=28%
B=55.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37631250.700.5000.51222.2754.3231.76
Hex253F7D4632033de3620
Octal4577175106620633366640
Binary10010111111111111011000110110010011001111011110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,63,125); }

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

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

 a { background-color: rgb(37,63,125); }

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

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

 span { border-color: rgb(37,63,125); }

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