#3C42BC

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

Shades of Free Speech Blue #3C42BC

Tints of Free Speech Blue #3C42BC

Color information

#3C42BC (or 0x3C42BC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 42 and BC. RGB value is (60,66,188). Sum of RGB (Red+Green+Blue) = 60+66+188=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C42BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C42BC is #C3BD43. Grayscale: #4D4D4D. Windows color (decimal): -12827972 or 12337724. OLE color: 12337724.

HSL color Cylindrical-coordinate representation of color #3C42BC: hue angle of 237.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C42BC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6066188-
CMYK0.680.6500.26
HSL237.19º51.61%48.63%-
HSV(B)237.19º68.09%73.73%-
XYZ12.898.4948.54-
YUV78.11190.01115.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=19.11%
G=21.02%
B=59.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60661880.680.6500.26237.1951.6148.63
Hex3C42BC444101Aed3431
Octal741022741041010323556461
Binary1111001000010101111001000100100000101101011101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,188); }

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

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

 a { background-color: rgb(60,66,188); }

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

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

 span { border-color: rgb(60,66,188); }

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