#3C35CE

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

Shades of Free Speech Blue #3C35CE

Tints of Free Speech Blue #3C35CE

Color information

#3C35CE (or 0x3C35CE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 35 and CE. RGB value is (60,53,206). Sum of RGB (Red+Green+Blue) = 60+53+206=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C35CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C35CE is #C3CA31. Grayscale: #474747. Windows color (decimal): -12831282 or 13514044. OLE color: 13514044.

HSL color Cylindrical-coordinate representation of color #3C35CE: hue angle of 242.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C35CE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6053206-
CMYK0.710.7400.19
HSL242.75º60.96%50.78%-
HSV(B)242.75º74.27%80.78%-
XYZ14.287.9659.18-
YUV72.54203.32119.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 206 (80.86% from 255) = 64.58%
R=18.81%
G=16.61%
B=64.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60532060.710.7400.19242.7560.9650.78
Hex3C35CE474A013f33d33
Octal74653161071120233637563
Binary111100110101110011101000111100101001001111110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,206); }

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

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

 a { background-color: rgb(60,53,206); }

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

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

 span { border-color: rgb(60,53,206); }

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