Html Css Color HEX #324777 Resolution Blue

📋 copy color: '#324777'

red 50 ◦ green 71 ◦ blue 119

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

Shades of Resolution Blue #324777

Tints of Resolution Blue #324777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 20.83%
G = 29.58%
B = 49.58%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324777 (or 0x324777) is known color: Resolution Blue. HEX triplet: 32, 47 and 77. RGB value is (50,71,119). Sum of RGB (Red+Green+Blue) = 50+71+119=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #324777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324777 is #CDB888. Grayscale: #454545. Windows color (decimal): -13482121 or 7817010. OLE color: 7817010.

HSL color Cylindrical-coordinate representation of color #324777: hue angle of 221.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324777 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 71 119 -
CMYK 0.58 0.40 0 0.53
HSL 221.74º 0.41% 0.33% -
HSV(B) 221.74º 0.58% 0.47% -
XYZ 6.9 6.52 18.35 -
YUV 70.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 50 71 119 0.58 0.40 0 0.53 221.74 0.41 0.33
Hex 32 47 77 3A 28 0 35 DE 29 21
Octal 62 107 167 72 50 0 65 336 51 41
Binary 110010 1000111 1110111 111010 101000 0 110101 11011110 101001 100001

Color Harmonies of #324777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324777

Black with #324777

Text Example


Text Example

White with #324777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324777; }

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

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

background-color css

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

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

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

border-color css

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

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

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