#3D3EBC

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

Shades of Free Speech Blue #3D3EBC

Tints of Free Speech Blue #3D3EBC

Color information

#3D3EBC (or 0x3D3EBC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3E and BC. RGB value is (61,62,188). Sum of RGB (Red+Green+Blue) = 61+62+188=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3EBC is #C2C143. Grayscale: #4B4B4B. Windows color (decimal): -12763460 or 12336701. OLE color: 12336701.

HSL color Cylindrical-coordinate representation of color #3D3EBC: hue angle of 239.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D3EBC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6162188-
CMYK0.680.6700.26
HSL239.53º51%48.82%-
HSV(B)239.53º67.55%73.73%-
XYZ12.728.0748.46-
YUV76.06191.17117.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 188 (73.83% from 255) = 60.45%
R=19.61%
G=19.94%
B=60.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61621880.680.6700.26239.535148.82
Hex3D3EBC444301Af03331
Octal75762741041030323606361
Binary111101111110101111001000100100001101101011110000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,62,188); }

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

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

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

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

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

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

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