Html Css Color HEX #324779 Resolution Blue

📋 copy color: '#324779'

red 50 ◦ green 71 ◦ blue 121

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

Shades of Resolution Blue #324779

Tints of Resolution Blue #324779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 20.66%
G = 29.34%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324779 (or 0x324779) is known color: Resolution Blue. HEX triplet: 32, 47 and 79. RGB value is (50,71,121). Sum of RGB (Red+Green+Blue) = 50+71+121=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #324779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324779 is #CDB886. Grayscale: #464646. Windows color (decimal): -13482119 or 7948082. OLE color: 7948082.

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

Color convert

RGB 50 71 121 -
CMYK 0.59 0.41 0 0.53
HSL 222.25º 0.42% 0.34% -
HSV(B) 222.25º 0.59% 0.47% -
XYZ 7.02 6.57 18.99 -
YUV 70.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 50 71 121 0.59 0.41 0 0.53 222.25 0.42 0.34
Hex 32 47 79 3B 29 0 35 DE 2A 22
Octal 62 107 171 73 51 0 65 336 52 42
Binary 110010 1000111 1111001 111011 101001 0 110101 11011110 101010 100010

Color Harmonies of #324779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324779

Black with #324779

Text Example


Text Example

White with #324779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324779; }

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

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

background-color css

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

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

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

border-color css

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

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

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