Html Css Color HEX #3E52AD Free Speech Blue

📋 copy color: '#3E52AD'

red 62 ◦ green 82 ◦ blue 173

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

Shades of Free Speech Blue #3E52AD

Tints of Free Speech Blue #3E52AD

RGB

 RED value IS 62 (24.61% from 255) = 19.56%

 GREEN value IS 82 (32.42% from 255) = 25.87%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 19.56%
G = 25.87%
B = 54.57%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E52AD (or 0x3E52AD) is known color: Free Speech Blue. HEX triplet: 3E, 52 and AD. RGB value is (62,82,173). Sum of RGB (Red+Green+Blue) = 62+82+173=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E52AD is #C1AD52. Grayscale: #565656. Windows color (decimal): -12692819 or 11358782. OLE color: 11358782.

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

Color convert

RGB 62 82 173 -
CMYK 0.64 0.53 0 0.32
HSL 229.19º 0.47% 0.46% -
HSV(B) 229.19º 0.64% 0.68% -
XYZ 12.55 10.08 40.82 -
YUV 86.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 62 82 173 0.64 0.53 0 0.32 229.19 0.47 0.46
Hex 3E 52 AD 40 35 0 20 E5 2F 2E
Octal 76 122 255 100 65 0 40 345 57 56
Binary 111110 1010010 10101101 1000000 110101 0 100000 11100101 101111 101110

Color Harmonies of #3E52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E52AD

Black with #3E52AD

Text Example


Text Example

White with #3E52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,173); }

 H1.HeaderClassName
 {
   color: #3E52AD;
 }
 .AnyTagClassName
 {
   color: #3E52AD;
 }
</style>

background-color css

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

 a { background-color: rgb(62,82,173); }

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

border-color css

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

 span { border-color: rgb(62,82,173); }

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