Html Css Color HEX #3C40D1 Free Speech Blue

📋 copy color: '#3C40D1'

red 60 ◦ green 64 ◦ blue 209

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

Shades of Free Speech Blue #3C40D1

Tints of Free Speech Blue #3C40D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.76%

R = 18.02%
G = 19.22%
B = 62.76%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C40D1 (or 0x3C40D1) is known color: Free Speech Blue. HEX triplet: 3C, 40 and D1. RGB value is (60,64,209). Sum of RGB (Red+Green+Blue) = 60+64+209=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #3C40D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40D1 is #C3BF2E. Grayscale: #4E4E4E. Windows color (decimal): -12828463 or 13713468. OLE color: 13713468.

HSL color Cylindrical-coordinate representation of color #3C40D1: hue angle of 238.39º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C40D1 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 64 209 -
CMYK 0.71 0.69 0 0.18
HSL 238.39º 0.62% 0.53% -
HSV(B) 238.39º 0.71% 0.82% -
XYZ 15.21 9.23 61.3 -
YUV 79.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 60 64 209 0.71 0.69 0 0.18 238.39 0.62 0.53
Hex 3C 40 D1 47 45 0 12 EE 3E 35
Octal 74 100 321 107 105 0 22 356 76 65
Binary 111100 1000000 11010001 1000111 1000101 0 10010 11101110 111110 110101

Color Harmonies of #3C40D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40D1

Black with #3C40D1

Text Example


Text Example

White with #3C40D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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