#3D3DB7

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

Shades of Free Speech Blue #3D3DB7

Tints of Free Speech Blue #3D3DB7

Color information

#3D3DB7 (or 0x3D3DB7) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3D and B7. RGB value is (61,61,183). Sum of RGB (Red+Green+Blue) = 61+61+183=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D3DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3DB7 is #C2C248. Grayscale: #4A4A4A. Windows color (decimal): -12763721 or 12008765. OLE color: 12008765.

HSL color Cylindrical-coordinate representation of color #3D3DB7: hue angle of 240º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3DB7 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6161183-
CMYK0.670.6700.28
HSL240º50%47.84%-
HSV(B)240º66.67%71.76%-
XYZ12.147.7545.66-
YUV74.91189118.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 183 (71.88% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61611830.670.6700.282405047.84
Hex3D3DB7434301Cf03230
Octal75752671031030343606260
Binary111101111101101101111000011100001101110011110000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,61,183); }

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

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

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

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

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

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

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