Html Css Color HEX #324C74 Fun Blue

📋 copy color: '#324C74'

red 50 ◦ green 76 ◦ blue 116

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

Shades of Fun Blue #324C74

Tints of Fun Blue #324C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.93%

R = 20.66%
G = 31.4%
B = 47.93%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324C74 (or 0x324C74) is known color: Fun Blue. HEX triplet: 32, 4C and 74. RGB value is (50,76,116). Sum of RGB (Red+Green+Blue) = 50+76+116=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #324C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C74 is #CDB38B. Grayscale: #484848. Windows color (decimal): -13480844 or 7621682. OLE color: 7621682.

HSL color Cylindrical-coordinate representation of color #324C74: hue angle of 216.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324C74 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 76 116 -
CMYK 0.57 0.34 0 0.55
HSL 216.36º 0.4% 0.33% -
HSV(B) 216.36º 0.57% 0.45% -
XYZ 7.05 7.11 17.52 -
YUV 72.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 50 76 116 0.57 0.34 0 0.55 216.36 0.4 0.33
Hex 32 4C 74 39 22 0 37 D8 28 21
Octal 62 114 164 71 42 0 67 330 50 41
Binary 110010 1001100 1110100 111001 100010 0 110111 11011000 101000 100001

Color Harmonies of #324C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C74

Black with #324C74

Text Example


Text Example

White with #324C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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