Html Css Color HEX #324CCE Free Speech Blue

📋 copy color: '#324CCE'

red 50 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #324CCE

Tints of Free Speech Blue #324CCE

RGB

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

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

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

R = 15.06%
G = 22.89%
B = 62.05%

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

#324CCE (or 0x324CCE) is known color: Free Speech Blue. HEX triplet: 32, 4C and CE. RGB value is (50,76,206). Sum of RGB (Red+Green+Blue) = 50+76+206=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #324CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CCE is #CDB331. Grayscale: #525252. Windows color (decimal): -13480754 or 13519922. OLE color: 13519922.

HSL color Cylindrical-coordinate representation of color #324CCE: hue angle of 230º 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 #324CCE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 76 206 -
CMYK 0.76 0.63 0 0.19
HSL 230º 0.61% 0.5% -
HSV(B) 230º 0.76% 0.81% -
XYZ 15.04 10.3 59.59 -
YUV 83.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 50 76 206 0.76 0.63 0 0.19 230 0.61 0.5
Hex 32 4C CE 4C 3F 0 13 E6 3D 32
Octal 62 114 316 114 77 0 23 346 75 62
Binary 110010 1001100 11001110 1001100 111111 0 10011 11100110 111101 110010

Color Harmonies of #324CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CCE

Black with #324CCE

Text Example


Text Example

White with #324CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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