Html Css Color HEX #3C3CDC Free Speech Blue

📋 copy color: '#3C3CDC'

red 60 ◦ green 60 ◦ blue 220

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

Shades of Free Speech Blue #3C3CDC

Tints of Free Speech Blue #3C3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 17.65%
G = 17.65%
B = 64.71%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C3CDC (or 0x3C3CDC) is known color: Free Speech Blue. HEX triplet: 3C, 3C and DC. RGB value is (60,60,220). Sum of RGB (Red+Green+Blue) = 60+60+220=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C3CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3CDC is #C3C323. Grayscale: #4D4D4D. Windows color (decimal): -12829476 or 14433340. OLE color: 14433340.

HSL color Cylindrical-coordinate representation of color #3C3CDC: hue angle of 240º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3CDC is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 60 220 -
CMYK 0.73 0.73 0 0.14
HSL 240º 0.7% 0.55% -
HSV(B) 240º 0.73% 0.86% -
XYZ 16.4 9.36 68.65 -
YUV 78.24 208 114.99 -
System Red Green Blue C M Y K H S L
Decimal 60 60 220 0.73 0.73 0 0.14 240 0.7 0.55
Hex 3C 3C DC 49 49 0 E F0 46 37
Octal 74 74 334 111 111 0 16 360 106 67
Binary 111100 111100 11011100 1001001 1001001 0 1110 11110000 1000110 110111

Color Harmonies of #3C3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3CDC

Black with #3C3CDC

Text Example


Text Example

White with #3C3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,60,220); }

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

background-color css

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

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

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

border-color css

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

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

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