#343ECA

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

Shades of Free Speech Blue #343ECA

Tints of Free Speech Blue #343ECA

Color information

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

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

Color convert

RGB5262202-
CMYK0.740.6900.21
HSL236º59.06%49.8%-
HSV(B)236º74.26%79.22%-
XYZ13.88.4456.78-
YUV74.97199.69111.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52622020.740.6900.2123659.0649.8
Hex343ECA4A45015ec3b32
Octal64763121121050253547362
Binary110100111110110010101001010100010101010111101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343ECA; }

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

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

<style>
 a { background-color: #343ECA; }

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

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

<style>
 span { border-color: #343ECA; }

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

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