#3C49AF

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

Shades of Free Speech Blue #3C49AF

Tints of Free Speech Blue #3C49AF

Color information

#3C49AF (or 0x3C49AF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 49 and AF. RGB value is (60,73,175). Sum of RGB (Red+Green+Blue) = 60+73+175=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C49AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C49AF is #C3B650. Grayscale: #505050. Windows color (decimal): -12826193 or 11487548. OLE color: 11487548.

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

Color convert

RGB6073175-
CMYK0.660.5800.31
HSL233.22º48.94%46.08%-
HSV(B)233.22º65.71%68.63%-
XYZ11.988.8241.63-
YUV80.74181.19113.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=19.48%
G=23.70%
B=56.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60731750.660.5800.31233.2248.9446.08
Hex3C49AF423A01Fe9312e
Octal74111257102720373516156
Binary111100100100110101111100001011101001111111101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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