#3D51AD

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

Shades of Free Speech Blue #3D51AD

Tints of Free Speech Blue #3D51AD

Color information

#3D51AD (or 0x3D51AD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 51 and AD. RGB value is (61,81,173). Sum of RGB (Red+Green+Blue) = 61+81+173=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D51AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D51AD is #C2AE52. Grayscale: #555555. Windows color (decimal): -12758611 or 11358525. OLE color: 11358525.

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

Color convert

RGB6181173-
CMYK0.650.5300.32
HSL229.29º47.86%45.88%-
HSV(B)229.29º64.74%67.84%-
XYZ12.419.8940.79-
YUV85.51177.37110.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=19.37%
G=25.71%
B=54.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61811730.650.5300.32229.2947.8645.88
Hex3D51AD4135020e5302e
Octal75121255101650403456056
Binary1111011010001101011011000001110101010000011100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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