#343FD1

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

Shades of Free Speech Blue #343FD1

Tints of Free Speech Blue #343FD1

Color information

#343FD1 (or 0x343FD1) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and D1. RGB value is (52,63,209). Sum of RGB (Red+Green+Blue) = 52+63+209=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #343FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FD1 is #CBC02E. Grayscale: #4B4B4B. Windows color (decimal): -13353007 or 13713204. OLE color: 13713204.

HSL color Cylindrical-coordinate representation of color #343FD1: hue angle of 235.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343FD1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5263209-
CMYK0.750.7000.18
HSL235.8º63.05%51.18%-
HSV(B)235.8º75.12%81.96%-
XYZ14.78.8961.26-
YUV76.35202.86110.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 209 (82.03% from 255) = 64.51%
R=16.05%
G=19.44%
B=64.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52632090.750.7000.18235.863.0551.18
Hex343FD14B46012ec3f33
Octal64773211131060223547763
Binary110100111111110100011001011100011001001011101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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