#253C83

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

Shades of Resolution Blue #253C83

Tints of Resolution Blue #253C83

Color information

#253C83 (or 0x253C83) is unknown color: approx Resolution Blue. HEX triplet: 25, 3C and 83. RGB value is (37,60,131). Sum of RGB (Red+Green+Blue) = 37+60+131=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #253C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C83 is #DAC37C. Grayscale: #3C3C3C. Windows color (decimal): -14336893 or 8600613. OLE color: 8600613.

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

Color convert

RGB3760131-
CMYK0.720.5400.49
HSL225.32º55.95%32.94%-
HSV(B)225.32º71.76%51.37%-
XYZ6.485.2622.15-
YUV61.22167.38110.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=16.23%
G=26.32%
B=57.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37601310.720.5400.49225.3255.9532.94
Hex253C834836031e13821
Octal4574203110660613417041
Binary100101111100100000111001000110110011000111100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,60,131); }

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

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

 a { background-color: rgb(37,60,131); }

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

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

 span { border-color: rgb(37,60,131); }

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