#3A4BE0

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

Shades of Free Speech Blue #3A4BE0

Tints of Free Speech Blue #3A4BE0

Color information

#3A4BE0 (or 0x3A4BE0) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4B and E0. RGB value is (58,75,224). Sum of RGB (Red+Green+Blue) = 58+75+224=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A4BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4BE0 is #C5B41F. Grayscale: #565656. Windows color (decimal): -12956704 or 14699322. OLE color: 14699322.

HSL color Cylindrical-coordinate representation of color #3A4BE0: hue angle of 233.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4BE0 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5875224-
CMYK0.740.6700.12
HSL233.86º72.81%55.29%-
HSV(B)233.86º74.11%87.84%-
XYZ17.7211.3171.77-
YUV86.9205.37107.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 224 (87.89% from 255) = 62.75%
R=16.25%
G=21.01%
B=62.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58752240.740.6700.12233.8672.8155.29
Hex3A4BE04A430Cea4937
Octal7211334011210301435211167
Binary1110101001011111000001001010100001101100111010101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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