Html Css Color HEX #324A77 Fun Blue

📋 copy color: '#324A77'

red 50 ◦ green 74 ◦ blue 119

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

Shades of Fun Blue #324A77

Tints of Fun Blue #324A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 20.58%
G = 30.45%
B = 48.97%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#324A77 (or 0x324A77) is known color: Fun Blue. HEX triplet: 32, 4A and 77. RGB value is (50,74,119). Sum of RGB (Red+Green+Blue) = 50+74+119=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #324A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A77 is #CDB588. Grayscale: #474747. Windows color (decimal): -13481353 or 7817778. OLE color: 7817778.

HSL color Cylindrical-coordinate representation of color #324A77: hue angle of 219.13º 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 #324A77 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 74 119 -
CMYK 0.58 0.38 0 0.53
HSL 219.13º 0.41% 0.33% -
HSV(B) 219.13º 0.58% 0.47% -
XYZ 7.09 6.91 18.41 -
YUV 71.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 50 74 119 0.58 0.38 0 0.53 219.13 0.41 0.33
Hex 32 4A 77 3A 26 0 35 DB 29 21
Octal 62 112 167 72 46 0 65 333 51 41
Binary 110010 1001010 1110111 111010 100110 0 110101 11011011 101001 100001

Color Harmonies of #324A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A77

Black with #324A77

Text Example


Text Example

White with #324A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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