Html Css Color HEX #3C52AD Free Speech Blue

📋 copy color: '#3C52AD'

red 60 ◦ green 82 ◦ blue 173

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

Shades of Free Speech Blue #3C52AD

Tints of Free Speech Blue #3C52AD

RGB

 RED value IS 60 (23.83% from 255) = 19.05%

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

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

R = 19.05%
G = 26.03%
B = 54.92%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C52AD (or 0x3C52AD) is known color: Free Speech Blue. HEX triplet: 3C, 52 and AD. RGB value is (60,82,173). Sum of RGB (Red+Green+Blue) = 60+82+173=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 82 (32.42% from 255 or 26.03% 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 #3C52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C52AD is #C3AD52. Grayscale: #555555. Windows color (decimal): -12823891 or 11358780. OLE color: 11358780.

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

Color convert

RGB 60 82 173 -
CMYK 0.65 0.53 0 0.32
HSL 228.32º 0.48% 0.46% -
HSV(B) 228.32º 0.65% 0.68% -
XYZ 12.42 10.01 40.81 -
YUV 85.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 60 82 173 0.65 0.53 0 0.32 228.32 0.48 0.46
Hex 3C 52 AD 41 35 0 20 E4 30 2E
Octal 74 122 255 101 65 0 40 344 60 56
Binary 111100 1010010 10101101 1000001 110101 0 100000 11100100 110000 101110

Color Harmonies of #3C52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C52AD

Black with #3C52AD

Text Example


Text Example

White with #3C52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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