#3A6BBD

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

Shades of Free Speech Blue #3A6BBD

Tints of Free Speech Blue #3A6BBD

Color information

#3A6BBD (or 0x3A6BBD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 6B and BD. RGB value is (58,107,189). Sum of RGB (Red+Green+Blue) = 58+107+189=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A6BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BBD is #C59442. Grayscale: #656565. Windows color (decimal): -12948547 or 12413754. OLE color: 12413754.

HSL color Cylindrical-coordinate representation of color #3A6BBD: hue angle of 217.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6BBD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58107189-
CMYK0.690.4300.26
HSL217.56º53.04%48.43%-
HSV(B)217.56º69.31%74.12%-
XYZ16.1915.0950.2-
YUV101.7177.2796.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.38%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=16.38%
G=30.23%
B=53.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581071890.690.4300.26217.5653.0448.43
Hex3A6BBD452B01Ada3530
Octal72153275105530323326560
Binary111010110101110111101100010110101101101011011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,189); }

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

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

 a { background-color: rgb(58,107,189); }

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

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

 span { border-color: rgb(58,107,189); }

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