#253F85

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

Shades of Resolution Blue #253F85

Tints of Resolution Blue #253F85

Color information

#253F85 (or 0x253F85) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 85. RGB value is (37,63,133). Sum of RGB (Red+Green+Blue) = 37+63+133=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #253F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F85 is #DAC07A. Grayscale: #3E3E3E. Windows color (decimal): -14336123 or 8732453. OLE color: 8732453.

HSL color Cylindrical-coordinate representation of color #253F85: hue angle of 223.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253F85 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3763133-
CMYK0.720.5300.48
HSL223.75º56.47%33.33%-
HSV(B)223.75º72.18%52.16%-
XYZ6.775.6422.92-
YUV63.21167.39109.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=15.88%
G=27.04%
B=57.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37631330.720.5300.48223.7556.4733.33
Hex253F854835030e03821
Octal4577205110650603407041
Binary100101111111100001011001000110101011000011100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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