Html Css Color HEX #253573 Resolution Blue

📋 copy color: '#253573'

red 37 ◦ green 53 ◦ blue 115

#253573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #253573

Tints of Resolution Blue #253573

RGB

 RED value IS 37 (14.84% from 255) = 18.05%

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 18.05%
G = 25.85%
B = 56.1%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253573 (or 0x253573) is known color: Resolution Blue. HEX triplet: 25, 35 and 73. RGB value is (37,53,115). Sum of RGB (Red+Green+Blue) = 37+53+115=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #253573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253573 is #DACA8C. Grayscale: #373737. Windows color (decimal): -14338701 or 7550245. OLE color: 7550245.

HSL color Cylindrical-coordinate representation of color #253573: hue angle of 227.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253573 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 53 115 -
CMYK 0.68 0.54 0 0.55
HSL 227.69º 0.51% 0.3% -
HSV(B) 227.69º 0.68% 0.45% -
XYZ 5.13 4.18 16.76 -
YUV 55.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 37 53 115 0.68 0.54 0 0.55 227.69 0.51 0.3
Hex 25 35 73 44 36 0 37 E4 33 1E
Octal 45 65 163 104 66 0 67 344 63 36
Binary 100101 110101 1110011 1000100 110110 0 110111 11100100 110011 11110

Color Harmonies of #253573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253573

Black with #253573

Text Example


Text Example

White with #253573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253573; }

 p { color: rgb(37,53,115); }

 H1.HeaderClassName
 {
   color: #253573;
 }
 .AnyTagClassName
 {
   color: #253573;
 }
</style>

background-color css

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

 a { background-color: rgb(37,53,115); }

 div.DivClassName
 {
   background-color: #253573;
 }
 .BgClassName
 {
   background-color: #253573;
 }
</style>

border-color css

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

 span { border-color: rgb(37,53,115); }

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