#3D47AD

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

Shades of Free Speech Blue #3D47AD

Tints of Free Speech Blue #3D47AD

Color information

#3D47AD (or 0x3D47AD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 47 and AD. RGB value is (61,71,173). Sum of RGB (Red+Green+Blue) = 61+71+173=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D47AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D47AD is #C2B852. Grayscale: #4F4F4F. Windows color (decimal): -12761171 or 11355965. OLE color: 11355965.

HSL color Cylindrical-coordinate representation of color #3D47AD: hue angle of 234.64º 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 #3D47AD is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6171173-
CMYK0.650.5900.32
HSL234.64º47.86%45.88%-
HSV(B)234.64º64.74%67.84%-
XYZ11.728.5240.56-
YUV79.64180.69114.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=20%
G=23.28%
B=56.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61711730.650.5900.32234.6447.8645.88
Hex3D47AD413B020eb302e
Octal75107255101730403536056
Binary1111011000111101011011000001111011010000011101011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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