Html Css Color HEX #3C49C0 Free Speech Blue

📋 copy color: '#3C49C0'

red 60 ◦ green 73 ◦ blue 192

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

Shades of Free Speech Blue #3C49C0

Tints of Free Speech Blue #3C49C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 18.46%
G = 22.46%
B = 59.08%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C49C0 (or 0x3C49C0) is known color: Free Speech Blue. HEX triplet: 3C, 49 and C0. RGB value is (60,73,192). Sum of RGB (Red+Green+Blue) = 60+73+192=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C49C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49C0 is #C3B63F. Grayscale: #525252. Windows color (decimal): -12826176 or 12601660. OLE color: 12601660.

HSL color Cylindrical-coordinate representation of color #3C49C0: hue angle of 234.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C49C0 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 73 192 -
CMYK 0.69 0.62 0 0.25
HSL 234.09º 0.52% 0.49% -
HSV(B) 234.09º 0.69% 0.75% -
XYZ 13.76 9.53 50.98 -
YUV 82.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 60 73 192 0.69 0.62 0 0.25 234.09 0.52 0.49
Hex 3C 49 C0 45 3E 0 19 EA 34 31
Octal 74 111 300 105 76 0 31 352 64 61
Binary 111100 1001001 11000000 1000101 111110 0 11001 11101010 110100 110001

Color Harmonies of #3C49C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49C0

Black with #3C49C0

Text Example


Text Example

White with #3C49C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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