#3C50AB

Color #3C50AB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3C50AB

Tints of Free Speech Blue #3C50AB

Color information

#3C50AB (or 0x3C50AB) is unknown color: approx 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

RGB6080171-
CMYK0.650.5300.33
HSL229.19º48.05%45.29%-
HSV(B)229.19º64.91%67.06%-
XYZ12.089.6439.75-
YUV84.39176.87110.6-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60801710.650.5300.33229.1948.0545.29
Hex3C50AB4135021e5302d
Octal74120253101650413456055
Binary1111001010000101010111000001110101010000111100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>