Html Css Color HEX #3C6ABD Free Speech Blue

📋 copy color: '#3C6ABD'

red 60 ◦ green 106 ◦ blue 189

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

Shades of Free Speech Blue #3C6ABD

Tints of Free Speech Blue #3C6ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 16.9%
G = 29.86%
B = 53.24%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C6ABD (or 0x3C6ABD) is known color: Free Speech Blue. HEX triplet: 3C, 6A and BD. RGB value is (60,106,189). Sum of RGB (Red+Green+Blue) = 60+106+189=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C6ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ABD is #C39542. Grayscale: #656565. Windows color (decimal): -12817731 or 12413500. OLE color: 12413500.

HSL color Cylindrical-coordinate representation of color #3C6ABD: hue angle of 218.6º 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 #3C6ABD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 106 189 -
CMYK 0.68 0.44 0 0.26
HSL 218.6º 0.52% 0.49% -
HSV(B) 218.6º 0.68% 0.74% -
XYZ 16.2 14.94 50.17 -
YUV 101.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 60 106 189 0.68 0.44 0 0.26 218.6 0.52 0.49
Hex 3C 6A BD 44 2C 0 1A DB 34 31
Octal 74 152 275 104 54 0 32 333 64 61
Binary 111100 1101010 10111101 1000100 101100 0 11010 11011011 110100 110001

Color Harmonies of #3C6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6ABD

Black with #3C6ABD

Text Example


Text Example

White with #3C6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,106,189); }

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

background-color css

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

 a { background-color: rgb(60,106,189); }

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

border-color css

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

 span { border-color: rgb(60,106,189); }

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