#253D83

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

Shades of Resolution Blue #253D83

Tints of Resolution Blue #253D83

Color information

#253D83 (or 0x253D83) is unknown color: approx Resolution Blue. HEX triplet: 25, 3D and 83. RGB value is (37,61,131). Sum of RGB (Red+Green+Blue) = 37+61+131=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #253D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D83 is #DAC27C. Grayscale: #3D3D3D. Windows color (decimal): -14336637 or 8600869. OLE color: 8600869.

HSL color Cylindrical-coordinate representation of color #253D83: hue angle of 224.68º 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 #253D83 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3761131-
CMYK0.720.5300.49
HSL224.68º55.95%32.94%-
HSV(B)224.68º71.76%51.37%-
XYZ6.535.3722.17-
YUV61.8167.05110.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=16.16%
G=26.64%
B=57.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37611310.720.5300.49224.6855.9532.94
Hex253D834835031e13821
Octal4575203110650613417041
Binary100101111101100000111001000110101011000111100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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