Html Css Color HEX #324C84 Fun Blue

📋 copy color: '#324C84'

red 50 ◦ green 76 ◦ blue 132

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

Shades of Fun Blue #324C84

Tints of Fun Blue #324C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 19.38%
G = 29.46%
B = 51.16%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324C84 (or 0x324C84) is known color: Fun Blue. HEX triplet: 32, 4C and 84. RGB value is (50,76,132). Sum of RGB (Red+Green+Blue) = 50+76+132=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #324C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C84 is #CDB37B. Grayscale: #4A4A4A. Windows color (decimal): -13480828 or 8670258. OLE color: 8670258.

HSL color Cylindrical-coordinate representation of color #324C84: hue angle of 220.98º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324C84 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 76 132 -
CMYK 0.62 0.42 0 0.48
HSL 220.98º 0.45% 0.36% -
HSV(B) 220.98º 0.62% 0.52% -
XYZ 8.06 7.51 22.85 -
YUV 74.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 50 76 132 0.62 0.42 0 0.48 220.98 0.45 0.36
Hex 32 4C 84 3E 2A 0 30 DD 2D 24
Octal 62 114 204 76 52 0 60 335 55 44
Binary 110010 1001100 10000100 111110 101010 0 110000 11011101 101101 100100

Color Harmonies of #324C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C84

Black with #324C84

Text Example


Text Example

White with #324C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,132); }

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

background-color css

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

 a { background-color: rgb(50,76,132); }

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

border-color css

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

 span { border-color: rgb(50,76,132); }

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