#3a43c4

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

Shades of Free Speech Blue #3A43C4

Tints of Free Speech Blue #3A43C4

Color information

#3A43C4 (or 0x3A43C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 43 and C4. RGB value is (58,67,196). Sum of RGB (Red+Green+Blue) = 58+67+196=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A43C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A43C4 is #C5BC3B. Grayscale: #4E4E4E. Windows color (decimal): -12958780 or 12862266. OLE color: 12862266.

HSL color Cylindrical-coordinate representation of color #3A43C4: hue angle of 236.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A43C4 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5867196-
CMYK0.700.6600.23
HSL236.09º54.33%49.8%-
HSV(B)236.09º70.41%76.86%-
XYZ13.728.953.22-
YUV79.02194.02113.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 196 (76.95% from 255) = 61.06%
R=18.07%
G=20.87%
B=61.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58671960.700.6600.23236.0954.3349.8
Hex3A43C44642017ec3632
Octal721033041061020273546662
Binary1110101000011110001001000110100001001011111101100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a43c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,196); }

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

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

 a { background-color: rgb(58,67,196); }

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

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

 span { border-color: rgb(58,67,196); }

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