#3C36CA

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

Shades of Free Speech Blue #3C36CA

Tints of Free Speech Blue #3C36CA

Color information

#3C36CA (or 0x3C36CA) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 36 and CA. RGB value is (60,54,202). Sum of RGB (Red+Green+Blue) = 60+54+202=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C36CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36CA is #C3C935. Grayscale: #484848. Windows color (decimal): -12831030 or 13252156. OLE color: 13252156.

HSL color Cylindrical-coordinate representation of color #3C36CA: hue angle of 242.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C36CA is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6054202-
CMYK0.700.7300.21
HSL242.43º58.27%50.2%-
HSV(B)242.43º73.27%79.22%-
XYZ13.847.8656.67-
YUV72.67200.99118.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=18.99%
G=17.09%
B=63.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60542020.700.7300.21242.4358.2750.2
Hex3C36CA4649015f23a32
Octal74663121061110253627262
Binary111100110110110010101000110100100101010111110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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