#343DD3

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

Shades of Free Speech Blue #343DD3

Tints of Free Speech Blue #343DD3

Color information

#343DD3 (or 0x343DD3) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3D and D3. RGB value is (52,61,211). Sum of RGB (Red+Green+Blue) = 52+61+211=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 211 (82.81% from 255 or 65.12% from 324); Max value from RGB is 211 - color contains mainly: blue. Hex color #343DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DD3 is #CBC22C. Grayscale: #4A4A4A. Windows color (decimal): -13353517 or 13843764. OLE color: 13843764.

HSL color Cylindrical-coordinate representation of color #343DD3: hue angle of 236.6º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343DD3 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5261211-
CMYK0.750.7100.17
HSL236.6º64.37%51.57%-
HSV(B)236.6º75.36%82.75%-
XYZ14.848.7762.54-
YUV75.41204.52111.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 211 (82.81% from 255) = 65.12%
R=16.05%
G=18.83%
B=65.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52612110.750.7100.17236.664.3751.57
Hex343DD34B47011ed4034
Octal647532311310702135510064
Binary1101001111011101001110010111000111010001111011011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,211); }

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

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

 a { background-color: rgb(52,61,211); }

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

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

 span { border-color: rgb(52,61,211); }

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