Html Css Color HEX #3C40C1 Free Speech Blue

📋 copy color: '#3C40C1'

red 60 ◦ green 64 ◦ blue 193

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

Shades of Free Speech Blue #3C40C1

Tints of Free Speech Blue #3C40C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 193 (75.78% from 255) = 60.88%

R = 18.93%
G = 20.19%
B = 60.88%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C40C1 (or 0x3C40C1) is known color: Free Speech Blue. HEX triplet: 3C, 40 and C1. RGB value is (60,64,193). Sum of RGB (Red+Green+Blue) = 60+64+193=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C40C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40C1 is #C3BF3E. Grayscale: #4C4C4C. Windows color (decimal): -12828479 or 12664892. OLE color: 12664892.

HSL color Cylindrical-coordinate representation of color #3C40C1: hue angle of 238.2º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C40C1 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 64 193 -
CMYK 0.69 0.67 0 0.24
HSL 238.2º 0.53% 0.5% -
HSV(B) 238.2º 0.69% 0.76% -
XYZ 13.32 8.48 51.39 -
YUV 77.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 60 64 193 0.69 0.67 0 0.24 238.2 0.53 0.5
Hex 3C 40 C1 45 43 0 18 EE 35 32
Octal 74 100 301 105 103 0 30 356 65 62
Binary 111100 1000000 11000001 1000101 1000011 0 11000 11101110 110101 110010

Color Harmonies of #3C40C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40C1

Black with #3C40C1

Text Example


Text Example

White with #3C40C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,193); }

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

background-color css

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

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

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

border-color css

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

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

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