#253D84

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

Shades of Resolution Blue #253D84

Tints of Resolution Blue #253D84

Color information

#253D84 (or 0x253D84) is unknown color: approx Resolution Blue. HEX triplet: 25, 3D and 84. RGB value is (37,61,132). Sum of RGB (Red+Green+Blue) = 37+61+132=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #253D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D84 is #DAC27B. Grayscale: #3D3D3D. Windows color (decimal): -14336636 or 8666405. OLE color: 8666405.

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

Color convert

RGB3761132-
CMYK0.720.5400.48
HSL224.84º56.21%33.14%-
HSV(B)224.84º71.97%51.76%-
XYZ6.65.422.52-
YUV61.92167.55110.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=16.09%
G=26.52%
B=57.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37611320.720.5400.48224.8456.2133.14
Hex253D844836030e13821
Octal4575204110660603417041
Binary100101111101100001001001000110110011000011100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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