#3A58BE

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

Shades of Free Speech Blue #3A58BE

Tints of Free Speech Blue #3A58BE

Color information

#3A58BE (or 0x3A58BE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 58 and BE. RGB value is (58,88,190). Sum of RGB (Red+Green+Blue) = 58+88+190=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A58BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A58BE is #C5A741. Grayscale: #5A5A5A. Windows color (decimal): -12953410 or 12474426. OLE color: 12474426.

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

Color convert

RGB5888190-
CMYK0.690.5400.25
HSL226.36º53.23%48.63%-
HSV(B)226.36º69.47%74.51%-
XYZ14.5311.650.19-
YUV90.66184.06104.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=17.26%
G=26.19%
B=56.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58881900.690.5400.25226.3653.2348.63
Hex3A58BE4536019e23531
Octal72130276105660313426561
Binary111010101100010111110100010111011001100111100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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