#3A4BD1

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

Shades of Free Speech Blue #3A4BD1

Tints of Free Speech Blue #3A4BD1

Color information

#3A4BD1 (or 0x3A4BD1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4B and D1. RGB value is (58,75,209). Sum of RGB (Red+Green+Blue) = 58+75+209=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 209 (82.03% from 255 or 61.11% from 342); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A4BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4BD1 is #C5B42E. Grayscale: #545454. Windows color (decimal): -12956719 or 13716282. OLE color: 13716282.

HSL color Cylindrical-coordinate representation of color #3A4BD1: hue angle of 233.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4BD1 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5875209-
CMYK0.720.6400.18
HSL233.25º62.14%52.35%-
HSV(B)233.25º72.25%81.96%-
XYZ15.7710.5461.52-
YUV85.19197.87108.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.96%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 209 (82.03% from 255) = 61.11%
R=16.96%
G=21.93%
B=61.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58752090.720.6400.18233.2562.1452.35
Hex3A4BD14840012e93e34
Octal721133211101000223517664
Binary1110101001011110100011001000100000001001011101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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