#3A58BD

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

Shades of Free Speech Blue #3A58BD

Tints of Free Speech Blue #3A58BD

Color information

#3A58BD (or 0x3A58BD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 58 and BD. RGB value is (58,88,189). Sum of RGB (Red+Green+Blue) = 58+88+189=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A58BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A58BD is #C5A742. Grayscale: #5A5A5A. Windows color (decimal): -12953411 or 12408890. OLE color: 12408890.

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

Color convert

RGB5888189-
CMYK0.690.5300.26
HSL226.26º53.04%48.43%-
HSV(B)226.26º69.31%74.12%-
XYZ14.4211.5549.61-
YUV90.54183.56104.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=17.31%
G=26.27%
B=56.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58881890.690.5300.26226.2653.0448.43
Hex3A58BD453501Ae23530
Octal72130275105650323426560
Binary111010101100010111101100010111010101101011100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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