#343CD9

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

Shades of Free Speech Blue #343CD9

Tints of Free Speech Blue #343CD9

Color information

#343CD9 (or 0x343CD9) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3C and D9. RGB value is (52,60,217). Sum of RGB (Red+Green+Blue) = 52+60+217=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 217 (85.16% from 255 or 65.96% from 329); Max value from RGB is 217 - color contains mainly: blue. Hex color #343CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CD9 is #CBC326. Grayscale: #4A4A4A. Windows color (decimal): -13353767 or 14236724. OLE color: 14236724.

HSL color Cylindrical-coordinate representation of color #343CD9: hue angle of 237.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343CD9 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5260217-
CMYK0.760.7200.15
HSL237.09º68.46%52.75%-
HSV(B)237.09º76.04%85.1%-
XYZ15.568.9766.56-
YUV75.51207.85111.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 217 (85.16% from 255) = 65.96%
R=15.81%
G=18.24%
B=65.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52602170.760.7200.15237.0968.4652.75
Hex343CD94C480Fed4435
Octal647433111411001735510465
Binary110100111100110110011001100100100001111111011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,60,217); }

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

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

 a { background-color: rgb(52,60,217); }

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

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

 span { border-color: rgb(52,60,217); }

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