Html Css Color HEX #3C50AB Free Speech Blue

📋 copy color: '#3C50AB'

red 60 ◦ green 80 ◦ blue 171

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

Shades of Free Speech Blue #3C50AB

Tints of Free Speech Blue #3C50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 19.29%
G = 25.72%
B = 54.98%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C50AB (or 0x3C50AB) is known color: Free Speech Blue. HEX triplet: 3C, 50 and AB. RGB value is (60,80,171). Sum of RGB (Red+Green+Blue) = 60+80+171=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50AB is #C3AF54. Grayscale: #545454. Windows color (decimal): -12824405 or 11227196. OLE color: 11227196.

HSL color Cylindrical-coordinate representation of color #3C50AB: hue angle of 229.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C50AB is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 80 171 -
CMYK 0.65 0.53 0 0.33
HSL 229.19º 0.48% 0.45% -
HSV(B) 229.19º 0.65% 0.67% -
XYZ 12.08 9.64 39.75 -
YUV 84.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 60 80 171 0.65 0.53 0 0.33 229.19 0.48 0.45
Hex 3C 50 AB 41 35 0 21 E5 30 2D
Octal 74 120 253 101 65 0 41 345 60 55
Binary 111100 1010000 10101011 1000001 110101 0 100001 11100101 110000 101101

Color Harmonies of #3C50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50AB

Black with #3C50AB

Text Example


Text Example

White with #3C50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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