Html Css Color HEX #3D50AD Free Speech Blue

📋 copy color: '#3D50AD'

red 61 ◦ green 80 ◦ blue 173

#3D50AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3D50AD

Tints of Free Speech Blue #3D50AD

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.1%

R = 19.43%
G = 25.48%
B = 55.1%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D50AD (or 0x3D50AD) is known color: 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

RGB 61 80 173 -
CMYK 0.65 0.54 0 0.32
HSL 229.82º 0.48% 0.46% -
HSV(B) 229.82º 0.65% 0.68% -
XYZ 12.34 9.75 40.77 -
YUV 84.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 61 80 173 0.65 0.54 0 0.32 229.82 0.48 0.46
Hex 3D 50 AD 41 36 0 20 E6 30 2E
Octal 75 120 255 101 66 0 40 346 60 56
Binary 111101 1010000 10101101 1000001 110110 0 100000 11100110 110000 101110

Color Harmonies of #3D50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D50AD

Black with #3D50AD

Text Example


Text Example

White with #3D50AD

Text Example


Text Example

HTML Codes & Css Web 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>