#3D5EBC

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

Shades of Free Speech Blue #3D5EBC

Tints of Free Speech Blue #3D5EBC

Color information

#3D5EBC (or 0x3D5EBC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5E and BC. RGB value is (61,94,188). Sum of RGB (Red+Green+Blue) = 61+94+188=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EBC is #C2A143. Grayscale: #5E5E5E. Windows color (decimal): -12755268 or 12344893. OLE color: 12344893.

HSL color Cylindrical-coordinate representation of color #3D5EBC: hue angle of 224.41º 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 #3D5EBC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6194188-
CMYK0.680.5000.26
HSL224.41º51%48.82%-
HSV(B)224.41º67.55%73.73%-
XYZ1512.6349.22-
YUV94.85180.57103.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=17.78%
G=27.41%
B=54.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61941880.680.5000.26224.415148.82
Hex3D5EBC443201Ae03331
Octal75136274104620323406361
Binary111101101111010111100100010011001001101011100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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