Html Css Color HEX #3C3EBC Free Speech Blue

📋 copy color: '#3C3EBC'

red 60 ◦ green 62 ◦ blue 188

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

Shades of Free Speech Blue #3C3EBC

Tints of Free Speech Blue #3C3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 19.35%
G = 20%
B = 60.65%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C3EBC (or 0x3C3EBC) is known color: Free Speech Blue. HEX triplet: 3C, 3E and BC. RGB value is (60,62,188). Sum of RGB (Red+Green+Blue) = 60+62+188=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EBC is #C3C143. Grayscale: #4B4B4B. Windows color (decimal): -12828996 or 12336700. OLE color: 12336700.

HSL color Cylindrical-coordinate representation of color #3C3EBC: hue angle of 239.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3EBC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 62 188 -
CMYK 0.68 0.67 0 0.26
HSL 239.06º 0.52% 0.49% -
HSV(B) 239.06º 0.68% 0.74% -
XYZ 12.66 8.04 48.46 -
YUV 75.77 191.34 116.75 -
System Red Green Blue C M Y K H S L
Decimal 60 62 188 0.68 0.67 0 0.26 239.06 0.52 0.49
Hex 3C 3E BC 44 43 0 1A EF 34 31
Octal 74 76 274 104 103 0 32 357 64 61
Binary 111100 111110 10111100 1000100 1000011 0 11010 11101111 110100 110001

Color Harmonies of #3C3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3EBC

Black with #3C3EBC

Text Example


Text Example

White with #3C3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,62,188); }

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

background-color css

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

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

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

border-color css

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

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

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