Html Css Color HEX #324773 Resolution Blue

📋 copy color: '#324773'

red 50 ◦ green 71 ◦ blue 115

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

Shades of Resolution Blue #324773

Tints of Resolution Blue #324773

RGB

 RED value IS 50 (19.92% from 255) = 21.19%

 GREEN value IS 71 (28.13% from 255) = 30.08%

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

R = 21.19%
G = 30.08%
B = 48.73%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324773 (or 0x324773) is known color: Resolution Blue. HEX triplet: 32, 47 and 73. RGB value is (50,71,115). Sum of RGB (Red+Green+Blue) = 50+71+115=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #324773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324773 is #CDB88C. Grayscale: #454545. Windows color (decimal): -13482125 or 7554866. OLE color: 7554866.

HSL color Cylindrical-coordinate representation of color #324773: hue angle of 220.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324773 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 71 115 -
CMYK 0.57 0.38 0 0.55
HSL 220.62º 0.39% 0.32% -
HSV(B) 220.62º 0.57% 0.45% -
XYZ 6.66 6.42 17.11 -
YUV 69.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 50 71 115 0.57 0.38 0 0.55 220.62 0.39 0.32
Hex 32 47 73 39 26 0 37 DD 27 20
Octal 62 107 163 71 46 0 67 335 47 40
Binary 110010 1000111 1110011 111001 100110 0 110111 11011101 100111 100000

Color Harmonies of #324773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324773

Black with #324773

Text Example


Text Example

White with #324773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324773; }

 p { color: rgb(50,71,115); }

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

background-color css

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

 a { background-color: rgb(50,71,115); }

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

border-color css

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

 span { border-color: rgb(50,71,115); }

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