#3B4BD4

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

Shades of Free Speech Blue #3B4BD4

Tints of Free Speech Blue #3B4BD4

Color information

#3B4BD4 (or 0x3B4BD4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4B and D4. RGB value is (59,75,212). Sum of RGB (Red+Green+Blue) = 59+75+212=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 212 (83.20% from 255 or 61.27% from 346); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B4BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4BD4 is #C4B42B. Grayscale: #555555. Windows color (decimal): -12891180 or 13912891. OLE color: 13912891.

HSL color Cylindrical-coordinate representation of color #3B4BD4: hue angle of 233.73º 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 #3B4BD4 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5975212-
CMYK0.720.6500.17
HSL233.73º64.02%53.14%-
HSV(B)233.73º72.17%83.14%-
XYZ16.210.7263.5-
YUV85.83199.2108.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 212 (83.20% from 255) = 61.27%
R=17.05%
G=21.68%
B=61.27%

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
Decimal59752120.720.6500.17233.7364.0253.14
Hex3B4BD44841011ea4035
Octal7311332411010102135210065
Binary11101110010111101010010010001000001010001111010101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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