#343FDC

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

Shades of Free Speech Blue #343FDC

Tints of Free Speech Blue #343FDC

Color information

#343FDC (or 0x343FDC) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and DC. RGB value is (52,63,220). Sum of RGB (Red+Green+Blue) = 52+63+220=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #343FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDC is #CBC023. Grayscale: #4C4C4C. Windows color (decimal): -13352996 or 14434100. OLE color: 14434100.

HSL color Cylindrical-coordinate representation of color #343FDC: hue angle of 236.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343FDC is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5263220-
CMYK0.760.7100.14
HSL236.07º70.59%53.33%-
HSV(B)236.07º76.36%86.27%-
XYZ16.119.4568.69-
YUV77.61208.36109.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 220 (86.33% from 255) = 65.67%
R=15.52%
G=18.81%
B=65.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52632200.760.7100.14236.0770.5953.33
Hex343FDC4C470Eec4735
Octal647733411410701635410765
Binary110100111111110111001001100100011101110111011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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