#3E35CA

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

Shades of Free Speech Blue #3E35CA

Tints of Free Speech Blue #3E35CA

Color information

#3E35CA (or 0x3E35CA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 35 and CA. RGB value is (62,53,202). Sum of RGB (Red+Green+Blue) = 62+53+202=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E35CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E35CA is #C1CA35. Grayscale: #484848. Windows color (decimal): -12700214 or 13251902. OLE color: 13251902.

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

Color convert

RGB6253202-
CMYK0.690.7400.21
HSL243.62º58.43%50%-
HSV(B)243.62º73.76%79.22%-
XYZ13.927.8356.66-
YUV72.68200.98120.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=19.56%
G=16.72%
B=63.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62532020.690.7400.21243.6258.4350
Hex3E35CA454A015f43a32
Octal76653121051120253647262
Binary111110110101110010101000101100101001010111110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,53,202); }

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

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

 a { background-color: rgb(62,53,202); }

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

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

 span { border-color: rgb(62,53,202); }

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