Html Css Color HEX #324C82 Fun Blue

📋 copy color: '#324C82'

red 50 ◦ green 76 ◦ blue 130

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

Shades of Fun Blue #324C82

Tints of Fun Blue #324C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 19.53%
G = 29.69%
B = 50.78%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324C82 (or 0x324C82) is known color: Fun Blue. HEX triplet: 32, 4C and 82. RGB value is (50,76,130). Sum of RGB (Red+Green+Blue) = 50+76+130=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #324C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C82 is #CDB37D. Grayscale: #4A4A4A. Windows color (decimal): -13480830 or 8539186. OLE color: 8539186.

HSL color Cylindrical-coordinate representation of color #324C82: hue angle of 220.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324C82 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 76 130 -
CMYK 0.62 0.42 0 0.49
HSL 220.5º 0.44% 0.35% -
HSV(B) 220.5º 0.62% 0.51% -
XYZ 7.93 7.46 22.14 -
YUV 74.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 50 76 130 0.62 0.42 0 0.49 220.5 0.44 0.35
Hex 32 4C 82 3E 2A 0 31 DC 2C 23
Octal 62 114 202 76 52 0 61 334 54 43
Binary 110010 1001100 10000010 111110 101010 0 110001 11011100 101100 100011

Color Harmonies of #324C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C82

Black with #324C82

Text Example


Text Example

White with #324C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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