Html Css Color HEX #324673 Resolution Blue

📋 copy color: '#324673'

red 50 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #324673

Tints of Resolution Blue #324673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 21.28%
G = 29.79%
B = 48.94%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324673 (or 0x324673) is known color: Resolution Blue. HEX triplet: 32, 46 and 73. RGB value is (50,70,115). Sum of RGB (Red+Green+Blue) = 50+70+115=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #324673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324673 is #CDB98C. Grayscale: #444444. Windows color (decimal): -13482381 or 7554610. OLE color: 7554610.

HSL color Cylindrical-coordinate representation of color #324673: hue angle of 221.54º 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 #324673 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 70 115 -
CMYK 0.57 0.39 0 0.55
HSL 221.54º 0.39% 0.32% -
HSV(B) 221.54º 0.57% 0.45% -
XYZ 6.6 6.3 17.09 -
YUV 69.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 50 70 115 0.57 0.39 0 0.55 221.54 0.39 0.32
Hex 32 46 73 39 27 0 37 DE 27 20
Octal 62 106 163 71 47 0 67 336 47 40
Binary 110010 1000110 1110011 111001 100111 0 110111 11011110 100111 100000

Color Harmonies of #324673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324673

Black with #324673

Text Example


Text Example

White with #324673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324673; }

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

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

background-color css

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

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

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

border-color css

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

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

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