Html Css Color HEX #3C40C3 Free Speech Blue

📋 copy color: '#3C40C3'

red 60 ◦ green 64 ◦ blue 195

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

Shades of Free Speech Blue #3C40C3

Tints of Free Speech Blue #3C40C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 61.13%

R = 18.81%
G = 20.06%
B = 61.13%

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

#3C40C3 (or 0x3C40C3) is known color: Free Speech Blue. HEX triplet: 3C, 40 and C3. RGB value is (60,64,195). Sum of RGB (Red+Green+Blue) = 60+64+195=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C40C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40C3 is #C3BF3C. Grayscale: #4D4D4D. Windows color (decimal): -12828477 or 12795964. OLE color: 12795964.

HSL color Cylindrical-coordinate representation of color #3C40C3: hue angle of 238.22º 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 #3C40C3 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 64 195 -
CMYK 0.69 0.67 0 0.24
HSL 238.22º 0.53% 0.5% -
HSV(B) 238.22º 0.69% 0.76% -
XYZ 13.55 8.57 52.57 -
YUV 77.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 60 64 195 0.69 0.67 0 0.24 238.22 0.53 0.5
Hex 3C 40 C3 45 43 0 18 EE 35 32
Octal 74 100 303 105 103 0 30 356 65 62
Binary 111100 1000000 11000011 1000101 1000011 0 11000 11101110 110101 110010

Color Harmonies of #3C40C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40C3

Black with #3C40C3

Text Example


Text Example

White with #3C40C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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