Html Css Color HEX #324DCE Free Speech Blue

📋 copy color: '#324DCE'

red 50 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #324DCE

Tints of Free Speech Blue #324DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 15.02%
G = 23.12%
B = 61.86%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#324DCE (or 0x324DCE) is known color: Free Speech Blue. HEX triplet: 32, 4D and CE. RGB value is (50,77,206). Sum of RGB (Red+Green+Blue) = 50+77+206=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #324DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DCE is #CDB231. Grayscale: #535353. Windows color (decimal): -13480498 or 13520178. OLE color: 13520178.

HSL color Cylindrical-coordinate representation of color #324DCE: hue angle of 229.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324DCE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 77 206 -
CMYK 0.76 0.63 0 0.19
HSL 229.62º 0.61% 0.5% -
HSV(B) 229.62º 0.76% 0.81% -
XYZ 15.11 10.44 59.61 -
YUV 83.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 50 77 206 0.76 0.63 0 0.19 229.62 0.61 0.5
Hex 32 4D CE 4C 3F 0 13 E6 3D 32
Octal 62 115 316 114 77 0 23 346 75 62
Binary 110010 1001101 11001110 1001100 111111 0 10011 11100110 111101 110010

Color Harmonies of #324DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DCE

Black with #324DCE

Text Example


Text Example

White with #324DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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