#3D50AD

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

Shades of Free Speech Blue #3D50AD

Tints of Free Speech Blue #3D50AD

Color information

#3D50AD (or 0x3D50AD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 50 and AD. RGB value is (61,80,173). Sum of RGB (Red+Green+Blue) = 61+80+173=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D50AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D50AD is #C2AF52. Grayscale: #545454. Windows color (decimal): -12758867 or 11358269. OLE color: 11358269.

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

Color convert

RGB6180173-
CMYK0.650.5400.32
HSL229.82º47.86%45.88%-
HSV(B)229.82º64.74%67.84%-
XYZ12.349.7540.77-
YUV84.92177.71110.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=19.43%
G=25.48%
B=55.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61801730.650.5400.32229.8247.8645.88
Hex3D50AD4136020e6302e
Octal75120255101660403466056
Binary1111011010000101011011000001110110010000011100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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