#3D3CB9

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

Shades of Free Speech Blue #3D3CB9

Tints of Free Speech Blue #3D3CB9

Color information

#3D3CB9 (or 0x3D3CB9) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3C and B9. RGB value is (61,60,185). Sum of RGB (Red+Green+Blue) = 61+60+185=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D3CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3CB9 is #C2C346. Grayscale: #4A4A4A. Windows color (decimal): -12763975 or 12139581. OLE color: 12139581.

HSL color Cylindrical-coordinate representation of color #3D3CB9: hue angle of 240.48º degrees, saturation: 0.51, 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 #3D3CB9 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6160185-
CMYK0.670.6800.27
HSL240.48º51.02%48.04%-
HSV(B)240.48º67.57%72.55%-
XYZ12.37.7346.74-
YUV74.55190.33118.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 185 (72.66% from 255) = 60.46%
R=19.93%
G=19.61%
B=60.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61601850.670.6800.27240.4851.0248.04
Hex3D3CB9434401Bf03330
Octal75742711031040333606360
Binary111101111100101110011000011100010001101111110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,185); }

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

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

 a { background-color: rgb(61,60,185); }

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

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

 span { border-color: rgb(61,60,185); }

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