Html Css Color HEX #324D76 Fun Blue

📋 copy color: '#324D76'

red 50 ◦ green 77 ◦ blue 118

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

Shades of Fun Blue #324D76

Tints of Fun Blue #324D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 20.41%
G = 31.43%
B = 48.16%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#324D76 (or 0x324D76) is known color: Fun Blue. HEX triplet: 32, 4D and 76. RGB value is (50,77,118). Sum of RGB (Red+Green+Blue) = 50+77+118=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #324D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D76 is #CDB289. Grayscale: #494949. Windows color (decimal): -13480586 or 7753010. OLE color: 7753010.

HSL color Cylindrical-coordinate representation of color #324D76: hue angle of 216.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324D76 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 77 118 -
CMYK 0.58 0.35 0 0.54
HSL 216.18º 0.4% 0.33% -
HSV(B) 216.18º 0.58% 0.46% -
XYZ 7.24 7.29 18.17 -
YUV 73.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 50 77 118 0.58 0.35 0 0.54 216.18 0.4 0.33
Hex 32 4D 76 3A 23 0 36 D8 28 21
Octal 62 115 166 72 43 0 66 330 50 41
Binary 110010 1001101 1110110 111010 100011 0 110110 11011000 101000 100001

Color Harmonies of #324D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D76

Black with #324D76

Text Example


Text Example

White with #324D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,118); }

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

background-color css

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

 a { background-color: rgb(50,77,118); }

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

border-color css

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

 span { border-color: rgb(50,77,118); }

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