#3C42CA

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

Shades of Free Speech Blue #3C42CA

Tints of Free Speech Blue #3C42CA

Color information

#3C42CA (or 0x3C42CA) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 42 and CA. RGB value is (60,66,202). Sum of RGB (Red+Green+Blue) = 60+66+202=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C42CA is #C3BD35. Grayscale: #4F4F4F. Windows color (decimal): -12827958 or 13255228. OLE color: 13255228.

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

Color convert

RGB6066202-
CMYK0.700.6700.21
HSL237.46º57.26%51.37%-
HSV(B)237.46º70.3%79.22%-
XYZ14.479.1256.87-
YUV79.71197.01113.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 202 (79.30% from 255) = 61.59%
R=18.29%
G=20.12%
B=61.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60662020.700.6700.21237.4657.2651.37
Hex3C42CA4643015ed3933
Octal741023121061030253557163
Binary1111001000010110010101000110100001101010111101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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