Html Css Color HEX #3C50AE Free Speech Blue

📋 copy color: '#3C50AE'

red 60 ◦ green 80 ◦ blue 174

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

Shades of Free Speech Blue #3C50AE

Tints of Free Speech Blue #3C50AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 19.11%
G = 25.48%
B = 55.41%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C50AE (or 0x3C50AE) is known color: Free Speech Blue. HEX triplet: 3C, 50 and AE. RGB value is (60,80,174). Sum of RGB (Red+Green+Blue) = 60+80+174=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50AE is #C3AF51. Grayscale: #545454. Windows color (decimal): -12824402 or 11423804. OLE color: 11423804.

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

Color convert

RGB 60 80 174 -
CMYK 0.66 0.54 0 0.32
HSL 229.47º 0.49% 0.46% -
HSV(B) 229.47º 0.66% 0.68% -
XYZ 12.37 9.75 41.28 -
YUV 84.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 60 80 174 0.66 0.54 0 0.32 229.47 0.49 0.46
Hex 3C 50 AE 42 36 0 20 E5 31 2E
Octal 74 120 256 102 66 0 40 345 61 56
Binary 111100 1010000 10101110 1000010 110110 0 100000 11100101 110001 101110

Color Harmonies of #3C50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50AE

Black with #3C50AE

Text Example


Text Example

White with #3C50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,174); }

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

background-color css

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

 a { background-color: rgb(60,80,174); }

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

border-color css

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

 span { border-color: rgb(60,80,174); }

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