#3B34D9

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

Shades of Free Speech Blue #3B34D9

Tints of Free Speech Blue #3B34D9

Color information

#3B34D9 (or 0x3B34D9) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 34 and D9. RGB value is (59,52,217). Sum of RGB (Red+Green+Blue) = 59+52+217=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 217 (85.16% from 255 or 66.16% from 328); Max value from RGB is 217 - color contains mainly: blue. Hex color #3B34D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B34D9 is #C4CB26. Grayscale: #484848. Windows color (decimal): -12897063 or 14234683. OLE color: 14234683.

HSL color Cylindrical-coordinate representation of color #3B34D9: hue angle of 242.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B34D9 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5952217-
CMYK0.730.7600.15
HSL242.55º68.46%52.75%-
HSV(B)242.55º76.04%85.1%-
XYZ15.568.466.45-
YUV72.9209.32118.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 217 (85.16% from 255) = 66.16%
R=17.99%
G=15.85%
B=66.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59522170.730.7600.15242.5568.4652.75
Hex3B34D9494C0Ff34435
Octal736433111111401736310465
Binary111011110100110110011001001100110001111111100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,217); }

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

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

 a { background-color: rgb(59,52,217); }

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

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

 span { border-color: rgb(59,52,217); }

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