#3A68BF

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

Shades of Free Speech Blue #3A68BF

Tints of Free Speech Blue #3A68BF

Color information

#3A68BF (or 0x3A68BF) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 68 and BF. RGB value is (58,104,191). Sum of RGB (Red+Green+Blue) = 58+104+191=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A68BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A68BF is #C59740. Grayscale: #636363. Windows color (decimal): -12949313 or 12544058. OLE color: 12544058.

HSL color Cylindrical-coordinate representation of color #3A68BF: hue angle of 219.25º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A68BF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58104191-
CMYK0.700.4600.25
HSL219.25º53.41%48.82%-
HSV(B)219.25º69.63%74.9%-
XYZ16.114.5651.25-
YUV100.16179.2697.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 191 (75% from 255) = 54.11%
R=16.43%
G=29.46%
B=54.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581041910.700.4600.25219.2553.4148.82
Hex3A68BF462E019db3531
Octal72150277106560313336561
Binary111010110100010111111100011010111001100111011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,191); }

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

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

 a { background-color: rgb(58,104,191); }

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

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

 span { border-color: rgb(58,104,191); }

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