#3D3BB1

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

Shades of Free Speech Blue #3D3BB1

Tints of Free Speech Blue #3D3BB1

Color information

#3D3BB1 (or 0x3D3BB1) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3B and B1. RGB value is (61,59,177). Sum of RGB (Red+Green+Blue) = 61+59+177=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D3BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3BB1 is #C2C44E. Grayscale: #484848. Windows color (decimal): -12764239 or 11615037. OLE color: 11615037.

HSL color Cylindrical-coordinate representation of color #3D3BB1: hue angle of 241.02º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3BB1 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6159177-
CMYK0.660.6700.31
HSL241.02º50%46.27%-
HSV(B)241.02º66.67%69.41%-
XYZ11.427.2942.4-
YUV73.05186.66119.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=20.54%
G=19.87%
B=59.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61591770.660.6700.31241.025046.27
Hex3D3BB1424301Ff1322e
Octal75732611021030373616256
Binary111101111011101100011000010100001101111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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