#3A50C4

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

Shades of Free Speech Blue #3A50C4

Tints of Free Speech Blue #3A50C4

Color information

#3A50C4 (or 0x3A50C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 50 and C4. RGB value is (58,80,196). Sum of RGB (Red+Green+Blue) = 58+80+196=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A50C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A50C4 is #C5AF3B. Grayscale: #565656. Windows color (decimal): -12955452 or 12865594. OLE color: 12865594.

HSL color Cylindrical-coordinate representation of color #3A50C4: hue angle of 230.43º 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 #3A50C4 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5880196-
CMYK0.700.5900.23
HSL230.43º54.33%49.8%-
HSV(B)230.43º70.41%76.86%-
XYZ14.5810.6253.51-
YUV86.65189.71107.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 196 (76.95% from 255) = 58.68%
R=17.37%
G=23.95%
B=58.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58801960.700.5900.23230.4354.3349.8
Hex3A50C4463B017e63632
Octal72120304106730273466662
Binary111010101000011000100100011011101101011111100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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