#3C6ABC

Color #3C6ABC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3C6ABC

Tints of Free Speech Blue #3C6ABC

Color information

#3C6ABC (or 0x3C6ABC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 6A and BC. RGB value is (60,106,188). Sum of RGB (Red+Green+Blue) = 60+106+188=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C6ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ABC is #C39543. Grayscale: #656565. Windows color (decimal): -12817732 or 12347964. OLE color: 12347964.

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

Color convert

RGB60106188-
CMYK0.680.4400.26
HSL218.44º51.61%48.63%-
HSV(B)218.44º68.09%73.73%-
XYZ16.0914.949.6-
YUV101.59176.7698.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.95%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=16.95%
G=29.94%
B=53.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601061880.680.4400.26218.4451.6148.63
Hex3C6ABC442C01Ada3431
Octal74152274104540323326461
Binary111100110101010111100100010010110001101011011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C6ABC;
 }
 .AnyTagClassName
 {
   color: #3C6ABC;
 }
</style>
background-color css

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

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

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

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

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

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