#343FC8

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

Shades of Free Speech Blue #343FC8

Tints of Free Speech Blue #343FC8

Color information

#343FC8 (or 0x343FC8) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and C8. RGB value is (52,63,200). Sum of RGB (Red+Green+Blue) = 52+63+200=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #343FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FC8 is #CBC037. Grayscale: #4A4A4A. Windows color (decimal): -13353016 or 13123380. OLE color: 13123380.

HSL color Cylindrical-coordinate representation of color #343FC8: hue angle of 235.54º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343FC8 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5263200-
CMYK0.740.6800.22
HSL235.54º58.73%49.41%-
HSV(B)235.54º74%78.43%-
XYZ13.628.4655.56-
YUV75.33198.36111.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 200 (78.52% from 255) = 63.49%
R=16.51%
G=20%
B=63.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52632000.740.6800.22235.5458.7349.41
Hex343FC84A44016ec3b31
Octal64773101121040263547361
Binary110100111111110010001001010100010001011011101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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