Html Css Color HEX #3C53AD Free Speech Blue

📋 copy color: '#3C53AD'

red 60 ◦ green 83 ◦ blue 173

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

Shades of Free Speech Blue #3C53AD

Tints of Free Speech Blue #3C53AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 18.99%
G = 26.27%
B = 54.75%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C53AD (or 0x3C53AD) is known color: Free Speech Blue. HEX triplet: 3C, 53 and AD. RGB value is (60,83,173). Sum of RGB (Red+Green+Blue) = 60+83+173=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C53AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C53AD is #C3AC52. Grayscale: #565656. Windows color (decimal): -12823635 or 11359036. OLE color: 11359036.

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

Color convert

RGB 60 83 173 -
CMYK 0.65 0.52 0 0.32
HSL 227.79º 0.48% 0.46% -
HSV(B) 227.79º 0.65% 0.68% -
XYZ 12.5 10.16 40.84 -
YUV 86.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 60 83 173 0.65 0.52 0 0.32 227.79 0.48 0.46
Hex 3C 53 AD 41 34 0 20 E4 30 2E
Octal 74 123 255 101 64 0 40 344 60 56
Binary 111100 1010011 10101101 1000001 110100 0 100000 11100100 110000 101110

Color Harmonies of #3C53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C53AD

Black with #3C53AD

Text Example


Text Example

White with #3C53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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