#3A5ABE

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

Shades of Free Speech Blue #3A5ABE

Tints of Free Speech Blue #3A5ABE

Color information

#3A5ABE (or 0x3A5ABE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 5A and BE. RGB value is (58,90,190). Sum of RGB (Red+Green+Blue) = 58+90+190=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5ABE is #C5A541. Grayscale: #5B5B5B. Windows color (decimal): -12952898 or 12474938. OLE color: 12474938.

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

Color convert

RGB5890190-
CMYK0.690.5300.25
HSL225.45º53.23%48.63%-
HSV(B)225.45º69.47%74.51%-
XYZ14.711.9350.24-
YUV91.83183.4103.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=17.16%
G=26.63%
B=56.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58901900.690.5300.25225.4553.2348.63
Hex3A5ABE4535019e13531
Octal72132276105650313416561
Binary111010101101010111110100010111010101100111100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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