#3C42D8

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

Shades of Free Speech Blue #3C42D8

Tints of Free Speech Blue #3C42D8

Color information

#3C42D8 (or 0x3C42D8) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 42 and D8. RGB value is (60,66,216). Sum of RGB (Red+Green+Blue) = 60+66+216=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C42D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C42D8 is #C3BD27. Grayscale: #505050. Windows color (decimal): -12827944 or 14172732. OLE color: 14172732.

HSL color Cylindrical-coordinate representation of color #3C42D8: hue angle of 237.69º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C42D8 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6066216-
CMYK0.720.6900.15
HSL237.69º66.67%54.12%-
HSV(B)237.69º72.22%84.71%-
XYZ16.219.8166.01-
YUV81.31204.01112.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 216 (84.77% from 255) = 63.16%
R=17.54%
G=19.30%
B=63.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60662160.720.6900.15237.6966.6754.12
Hex3C42D848450Fee4336
Octal7410233011010501735610366
Binary1111001000010110110001001000100010101111111011101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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