#3D4EC8

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

Shades of Free Speech Blue #3D4EC8

Tints of Free Speech Blue #3D4EC8

Color information

#3D4EC8 (or 0x3D4EC8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4E and C8. RGB value is (61,78,200). Sum of RGB (Red+Green+Blue) = 61+78+200=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #3D4EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EC8 is #C2B137. Grayscale: #565656. Windows color (decimal): -12759352 or 13127229. OLE color: 13127229.

HSL color Cylindrical-coordinate representation of color #3D4EC8: hue angle of 232.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D4EC8 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6178200-
CMYK0.690.6100.22
HSL232.66º55.82%51.18%-
HSV(B)232.66º69.5%78.43%-
XYZ15.0710.6155.9-
YUV86.82191.87109.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 200 (78.52% from 255) = 59.00%
R=17.99%
G=23.01%
B=59.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61782000.690.6100.22232.6655.8251.18
Hex3D4EC8453D016e93833
Octal75116310105750263517063
Binary111101100111011001000100010111110101011011101001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,200); }

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

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

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

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

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

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

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