#3B3DBB

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

Shades of Free Speech Blue #3B3DBB

Tints of Free Speech Blue #3B3DBB

Color information

#3B3DBB (or 0x3B3DBB) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3D and BB. RGB value is (59,61,187). Sum of RGB (Red+Green+Blue) = 59+61+187=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3DBB is #C4C244. Grayscale: #4A4A4A. Windows color (decimal): -12894789 or 12270907. OLE color: 12270907.

HSL color Cylindrical-coordinate representation of color #3B3DBB: hue angle of 239.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B3DBB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5961187-
CMYK0.680.6700.27
HSL239.06º52.03%48.24%-
HSV(B)239.06º68.45%73.33%-
XYZ12.447.8647.87-
YUV74.77191.34116.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 187 (73.44% from 255) = 60.91%
R=19.22%
G=19.87%
B=60.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59611870.680.6700.27239.0652.0348.24
Hex3B3DBB444301Bef3430
Octal73752731041030333576460
Binary111011111101101110111000100100001101101111101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,61,187); }

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

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

 a { background-color: rgb(59,61,187); }

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

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

 span { border-color: rgb(59,61,187); }

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