#3C6CBE

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

Shades of Free Speech Blue #3C6CBE

Tints of Free Speech Blue #3C6CBE

Color information

#3C6CBE (or 0x3C6CBE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 6C and BE. RGB value is (60,108,190). Sum of RGB (Red+Green+Blue) = 60+108+190=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CBE is #C39341. Grayscale: #666666. Windows color (decimal): -12817218 or 12479548. OLE color: 12479548.

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

Color convert

RGB60108190-
CMYK0.680.4300.25
HSL217.85º52%49.02%-
HSV(B)217.85º68.42%74.51%-
XYZ16.5215.450.82-
YUV103177.197.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=16.76%
G=30.17%
B=53.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601081900.680.4300.25217.855249.02
Hex3C6CBE442B019da3431
Octal74154276104530313326461
Binary111100110110010111110100010010101101100111011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,190); }

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

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

 a { background-color: rgb(60,108,190); }

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

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

 span { border-color: rgb(60,108,190); }

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