#3D4EAD

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

Shades of Free Speech Blue #3D4EAD

Tints of Free Speech Blue #3D4EAD

Color information

#3D4EAD (or 0x3D4EAD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4E and AD. RGB value is (61,78,173). Sum of RGB (Red+Green+Blue) = 61+78+173=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D4EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4EAD is #C2B152. Grayscale: #535353. Windows color (decimal): -12759379 or 11357757. OLE color: 11357757.

HSL color Cylindrical-coordinate representation of color #3D4EAD: hue angle of 230.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D4EAD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6178173-
CMYK0.650.5500.32
HSL230.89º47.86%45.88%-
HSV(B)230.89º64.74%67.84%-
XYZ12.199.4640.72-
YUV83.75178.37111.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=19.55%
G=25%
B=55.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61781730.650.5500.32230.8947.8645.88
Hex3D4EAD4137020e7302e
Octal75116255101670403476056
Binary1111011001110101011011000001110111010000011100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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