#3D5EBF

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

Shades of Free Speech Blue #3D5EBF

Tints of Free Speech Blue #3D5EBF

Color information

#3D5EBF (or 0x3D5EBF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5E and BF. RGB value is (61,94,191). Sum of RGB (Red+Green+Blue) = 61+94+191=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EBF is #C2A140. Grayscale: #5E5E5E. Windows color (decimal): -12755265 or 12541501. OLE color: 12541501.

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

Color convert

RGB6194191-
CMYK0.680.5100.25
HSL224.77º51.59%49.41%-
HSV(B)224.77º68.06%74.9%-
XYZ15.3312.7650.94-
YUV95.19182.07103.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.63%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 191 (75% from 255) = 55.20%
R=17.63%
G=27.17%
B=55.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61941910.680.5100.25224.7751.5949.41
Hex3D5EBF4433019e13431
Octal75136277104630313416461
Binary111101101111010111111100010011001101100111100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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