#343fe1

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

Shades of Free Speech Blue #343FE1

Tints of Free Speech Blue #343FE1

Color information

#343FE1 (or 0x343FE1) is unknown color: approx Free Speech Blue. HEX triplet: 34, 3F and E1. RGB value is (52,63,225). Sum of RGB (Red+Green+Blue) = 52+63+225=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #343FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FE1 is #CBC01E. Grayscale: #4D4D4D. Windows color (decimal): -13352991 or 14761780. OLE color: 14761780.

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

Color convert

RGB5263225-
CMYK0.770.7200.12
HSL236.18º74.25%54.31%-
HSV(B)236.18º76.89%88.24%-
XYZ16.789.7272.23-
YUV78.18210.86109.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=15.29%
G=18.53%
B=66.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52632250.770.7200.12236.1874.2554.31
Hex343FE14D480Cec4a36
Octal647734111511001435411266
Binary110100111111111000011001101100100001100111011001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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