#3C69BF

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

Shades of Free Speech Blue #3C69BF

Tints of Free Speech Blue #3C69BF

Color information

#3C69BF (or 0x3C69BF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 69 and BF. RGB value is (60,105,191). Sum of RGB (Red+Green+Blue) = 60+105+191=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C69BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C69BF is #C39640. Grayscale: #646464. Windows color (decimal): -12817985 or 12544316. OLE color: 12544316.

HSL color Cylindrical-coordinate representation of color #3C69BF: hue angle of 219.39º 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 #3C69BF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60105191-
CMYK0.690.4500.25
HSL219.39º52.19%49.22%-
HSV(B)219.39º68.59%74.9%-
XYZ16.3214.8351.29-
YUV101.35178.5998.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.85%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 191 (75% from 255) = 53.65%
R=16.85%
G=29.49%
B=53.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601051910.690.4500.25219.3952.1949.22
Hex3C69BF452D019db3431
Octal74151277105550313336461
Binary111100110100110111111100010110110101100111011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,105,191); }

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

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

 a { background-color: rgb(60,105,191); }

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

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

 span { border-color: rgb(60,105,191); }

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