#3C4ACA

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

Shades of Free Speech Blue #3C4ACA

Tints of Free Speech Blue #3C4ACA

Color information

#3C4ACA (or 0x3C4ACA) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4A and CA. RGB value is (60,74,202). Sum of RGB (Red+Green+Blue) = 60+74+202=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C4ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ACA is #C3B535. Grayscale: #535353. Windows color (decimal): -12825910 or 13257276. OLE color: 13257276.

HSL color Cylindrical-coordinate representation of color #3C4ACA: hue angle of 234.08º 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 #3C4ACA is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6074202-
CMYK0.700.6300.21
HSL234.08º57.26%51.37%-
HSV(B)234.08º70.3%79.22%-
XYZ14.9710.1257.04-
YUV84.41194.36110.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 202 (79.30% from 255) = 60.12%
R=17.86%
G=22.02%
B=60.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60742020.700.6300.21234.0857.2651.37
Hex3C4ACA463F015ea3933
Octal74112312106770253527163
Binary111100100101011001010100011011111101010111101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,202); }

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

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

 a { background-color: rgb(60,74,202); }

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

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

 span { border-color: rgb(60,74,202); }

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