#3E34CA

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

Shades of Free Speech Blue #3E34CA

Tints of Free Speech Blue #3E34CA

Color information

#3E34CA (or 0x3E34CA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 34 and CA. RGB value is (62,52,202). Sum of RGB (Red+Green+Blue) = 62+52+202=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 52 (20.70% from 255 or 16.46% 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 #3E34CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E34CA is #C1CB35. Grayscale: #474747. Windows color (decimal): -12700470 or 13251646. OLE color: 13251646.

HSL color Cylindrical-coordinate representation of color #3E34CA: hue angle of 244º degrees, saturation: 0.59, 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 #3E34CA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6252202-
CMYK0.690.7400.21
HSL244º59.06%49.8%-
HSV(B)244º74.26%79.22%-
XYZ13.887.7456.64-
YUV72.09201.31120.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=19.62%
G=16.46%
B=63.92%

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
Decimal62522020.690.7400.2124459.0649.8
Hex3E34CA454A015f43b32
Octal76643121051120253647362
Binary111110110100110010101000101100101001010111110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E34CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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