#3B4AD4

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

Shades of Free Speech Blue #3B4AD4

Tints of Free Speech Blue #3B4AD4

Color information

#3B4AD4 (or 0x3B4AD4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4A and D4. RGB value is (59,74,212). Sum of RGB (Red+Green+Blue) = 59+74+212=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B4AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4AD4 is #C4B52B. Grayscale: #545454. Windows color (decimal): -12891436 or 13912635. OLE color: 13912635.

HSL color Cylindrical-coordinate representation of color #3B4AD4: hue angle of 234.12º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B4AD4 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5974212-
CMYK0.720.6500.17
HSL234.12º64.02%53.14%-
HSV(B)234.12º72.17%83.14%-
XYZ16.1410.5863.48-
YUV85.25199.53109.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 212 (83.20% from 255) = 61.45%
R=17.10%
G=21.45%
B=61.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59742120.720.6500.17234.1264.0253.14
Hex3B4AD44841011ea4035
Octal7311232411010102135210065
Binary11101110010101101010010010001000001010001111010101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,212); }

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

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

 a { background-color: rgb(59,74,212); }

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

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

 span { border-color: rgb(59,74,212); }

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