#3c49c9

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

Shades of Free Speech Blue #3C49C9

Tints of Free Speech Blue #3C49C9

Color information

#3C49C9 (or 0x3C49C9) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 49 and C9. RGB value is (60,73,201). Sum of RGB (Red+Green+Blue) = 60+73+201=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C49C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49C9 is #C3B636. Grayscale: #535353. Windows color (decimal): -12826167 or 13191484. OLE color: 13191484.

HSL color Cylindrical-coordinate representation of color #3C49C9: hue angle of 234.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C49C9 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6073201-
CMYK0.700.6400.21
HSL234.47º56.63%51.18%-
HSV(B)234.47º70.15%78.82%-
XYZ14.799.9456.4-
YUV83.7194.19111.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 201 (78.91% from 255) = 60.18%
R=17.96%
G=21.86%
B=60.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60732010.700.6400.21234.4756.6351.18
Hex3C49C94640015ea3933
Octal741113111061000253527163
Binary1111001001001110010011000110100000001010111101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c49c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,201); }

 H1.HeaderClassName
 {
   color: #3c49c9;
 }
 .AnyTagClassName
 {
   color: #3c49c9;
 }
</style>
background-color css

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

 a { background-color: rgb(60,73,201); }

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

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

 span { border-color: rgb(60,73,201); }

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