#343fdf

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

Shades of Free Speech Blue #343FDF

Tints of Free Speech Blue #343FDF

Color information

#343FDF (or 0x343FDF) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and DF. RGB value is (52,63,223). Sum of RGB (Red+Green+Blue) = 52+63+223=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #343FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDF is #CBC020. Grayscale: #4D4D4D. Windows color (decimal): -13352993 or 14630708. OLE color: 14630708.

HSL color Cylindrical-coordinate representation of color #343FDF: hue angle of 236.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343FDF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5263223-
CMYK0.770.7200.13
HSL236.14º72.77%53.92%-
HSV(B)236.14º76.68%87.45%-
XYZ16.519.6170.8-
YUV77.95209.86109.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=15.38%
G=18.64%
B=65.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52632230.770.7200.13236.1472.7753.92
Hex343FDF4D480Dec4936
Octal647733711511001535411166
Binary110100111111110111111001101100100001101111011001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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