#3A4BB1

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

Shades of Free Speech Blue #3A4BB1

Tints of Free Speech Blue #3A4BB1

Color information

#3A4BB1 (or 0x3A4BB1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4B and B1. RGB value is (58,75,177). Sum of RGB (Red+Green+Blue) = 58+75+177=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A4BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4BB1 is #C5B44E. Grayscale: #515151. Windows color (decimal): -12956751 or 11619130. OLE color: 11619130.

HSL color Cylindrical-coordinate representation of color #3A4BB1: hue angle of 231.43º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A4BB1 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5875177-
CMYK0.670.5800.31
HSL231.43º50.64%46.08%-
HSV(B)231.43º67.23%69.41%-
XYZ12.29.1142.71-
YUV81.54181.87111.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 177 (69.53% from 255) = 57.10%
R=18.71%
G=24.19%
B=57.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58751770.670.5800.31231.4350.6446.08
Hex3A4BB1433A01Fe7332e
Octal72113261103720373476356
Binary111010100101110110001100001111101001111111100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,177); }

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

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

 a { background-color: rgb(58,75,177); }

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

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

 span { border-color: rgb(58,75,177); }

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