Html Css Color HEX #3C49CE Free Speech Blue

📋 copy color: '#3C49CE'

red 60 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #3C49CE

Tints of Free Speech Blue #3C49CE

RGB

 RED value IS 60 (23.83% from 255) = 17.7%

 GREEN value IS 73 (28.91% from 255) = 21.53%

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

R = 17.7%
G = 21.53%
B = 60.77%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C49CE (or 0x3C49CE) is known color: Free Speech Blue. HEX triplet: 3C, 49 and CE. RGB value is (60,73,206). Sum of RGB (Red+Green+Blue) = 60+73+206=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49CE is #C3B631. Grayscale: #535353. Windows color (decimal): -12826162 or 13519164. OLE color: 13519164.

HSL color Cylindrical-coordinate representation of color #3C49CE: hue angle of 234.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C49CE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 73 206 -
CMYK 0.71 0.65 0 0.19
HSL 234.66º 0.6% 0.52% -
HSV(B) 234.66º 0.71% 0.81% -
XYZ 15.39 10.18 59.55 -
YUV 84.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 60 73 206 0.71 0.65 0 0.19 234.66 0.6 0.52
Hex 3C 49 CE 47 41 0 13 EB 3C 34
Octal 74 111 316 107 101 0 23 353 74 64
Binary 111100 1001001 11001110 1000111 1000001 0 10011 11101011 111100 110100

Color Harmonies of #3C49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49CE

Black with #3C49CE

Text Example


Text Example

White with #3C49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C49CE; }

 p { color: rgb(60,73,206); }

 H1.HeaderClassName
 {
   color: #3C49CE;
 }
 .AnyTagClassName
 {
   color: #3C49CE;
 }
</style>

background-color css

<style>
 a { background-color: #3C49CE; }

 a { background-color: rgb(60,73,206); }

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

border-color css

<style>
 span { border-color: #3C49CE; }

 span { border-color: rgb(60,73,206); }

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