Html Css Color HEX #3C6BC0 Free Speech Blue

📋 copy color: '#3C6BC0'

red 60 ◦ green 107 ◦ blue 192

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

Shades of Free Speech Blue #3C6BC0

Tints of Free Speech Blue #3C6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.81%

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 16.71%
G = 29.81%
B = 53.48%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C6BC0 (or 0x3C6BC0) is known color: Free Speech Blue. HEX triplet: 3C, 6B and C0. RGB value is (60,107,192). Sum of RGB (Red+Green+Blue) = 60+107+192=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C6BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BC0 is #C3943F. Grayscale: #666666. Windows color (decimal): -12817472 or 12610364. OLE color: 12610364.

HSL color Cylindrical-coordinate representation of color #3C6BC0: hue angle of 218.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C6BC0 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 107 192 -
CMYK 0.69 0.44 0 0.25
HSL 218.64º 0.52% 0.49% -
HSV(B) 218.64º 0.69% 0.75% -
XYZ 16.64 15.28 51.94 -
YUV 102.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 60 107 192 0.69 0.44 0 0.25 218.64 0.52 0.49
Hex 3C 6B C0 45 2C 0 19 DB 34 31
Octal 74 153 300 105 54 0 31 333 64 61
Binary 111100 1101011 11000000 1000101 101100 0 11001 11011011 110100 110001

Color Harmonies of #3C6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BC0

Black with #3C6BC0

Text Example


Text Example

White with #3C6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,192); }

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

background-color css

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

 a { background-color: rgb(60,107,192); }

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

border-color css

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

 span { border-color: rgb(60,107,192); }

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