#3B43D4

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

Shades of Free Speech Blue #3B43D4

Tints of Free Speech Blue #3B43D4

Color information

#3B43D4 (or 0x3B43D4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 43 and D4. RGB value is (59,67,212). Sum of RGB (Red+Green+Blue) = 59+67+212=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B43D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B43D4 is #C4BC2B. Grayscale: #505050. Windows color (decimal): -12893228 or 13910843. OLE color: 13910843.

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

Color convert

RGB5967212-
CMYK0.720.6800.17
HSL236.86º64.02%53.14%-
HSV(B)236.86º72.17%83.14%-
XYZ15.699.763.33-
YUV81.14201.85112.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.46%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 212 (83.20% from 255) = 62.72%
R=17.46%
G=19.82%
B=62.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59672120.720.6800.17236.8664.0253.14
Hex3B43D44844011ed4035
Octal7310332411010402135510065
Binary11101110000111101010010010001000100010001111011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B43D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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