#343FCA

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

Shades of Free Speech Blue #343FCA

Tints of Free Speech Blue #343FCA

Color information

#343FCA (or 0x343FCA) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and CA. RGB value is (52,63,202). Sum of RGB (Red+Green+Blue) = 52+63+202=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 63 (25% from 255 or 19.87% 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 #343FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FCA is #CBC035. Grayscale: #4A4A4A. Windows color (decimal): -13353014 or 13254452. OLE color: 13254452.

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

Color convert

RGB5263202-
CMYK0.740.6900.21
HSL235.6º59.06%49.8%-
HSV(B)235.6º74.26%79.22%-
XYZ13.858.5556.8-
YUV75.56199.36111.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=16.40%
G=19.87%
B=63.72%

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
Decimal52632020.740.6900.21235.659.0649.8
Hex343FCA4A45015ec3b32
Octal64773121121050253547362
Binary110100111111110010101001010100010101010111101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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