Html Css Color HEX #3C50DC Free Speech Blue

📋 copy color: '#3C50DC'

red 60 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Blue #3C50DC

Tints of Free Speech Blue #3C50DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

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

R = 16.67%
G = 22.22%
B = 61.11%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C50DC (or 0x3C50DC) is known color: Free Speech Blue. HEX triplet: 3C, 50 and DC. RGB value is (60,80,220). Sum of RGB (Red+Green+Blue) = 60+80+220=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50DC is #C3AF23. Grayscale: #595959. Windows color (decimal): -12824356 or 14438460. OLE color: 14438460.

HSL color Cylindrical-coordinate representation of color #3C50DC: hue angle of 232.5º 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 #3C50DC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 80 220 -
CMYK 0.73 0.64 0 0.14
HSL 232.5º 0.7% 0.55% -
HSV(B) 232.5º 0.73% 0.86% -
XYZ 17.65 11.87 69.07 -
YUV 89.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 60 80 220 0.73 0.64 0 0.14 232.5 0.7 0.55
Hex 3C 50 DC 49 40 0 E E8 46 37
Octal 74 120 334 111 100 0 16 350 106 67
Binary 111100 1010000 11011100 1001001 1000000 0 1110 11101000 1000110 110111

Color Harmonies of #3C50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50DC

Black with #3C50DC

Text Example


Text Example

White with #3C50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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