#3B3FDD

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

Shades of Free Speech Blue #3B3FDD

Tints of Free Speech Blue #3B3FDD

Color information

#3B3FDD (or 0x3B3FDD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3F and DD. RGB value is (59,63,221). Sum of RGB (Red+Green+Blue) = 59+63+221=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B3FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3FDD is #C4C022. Grayscale: #4F4F4F. Windows color (decimal): -12894243 or 14499643. OLE color: 14499643.

HSL color Cylindrical-coordinate representation of color #3B3FDD: hue angle of 238.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B3FDD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5963221-
CMYK0.730.7100.13
HSL238.52º70.43%54.9%-
HSV(B)238.52º73.3%86.67%-
XYZ16.639.7169.4-
YUV79.82207.67113.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 221 (86.72% from 255) = 64.43%
R=17.20%
G=18.37%
B=64.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59632210.730.7100.13238.5270.4354.9
Hex3B3FDD49470Def4637
Octal737733511110701535710667
Binary111011111111110111011001001100011101101111011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,221); }

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

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

 a { background-color: rgb(59,63,221); }

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

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

 span { border-color: rgb(59,63,221); }

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