Html Css Color HEX #343EC7 Free Speech Blue

📋 copy color: '#343EC7'

red 52 ◦ green 62 ◦ blue 199

#343EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #343EC7

Tints of Free Speech Blue #343EC7

RGB

 RED value IS 52 (20.7% from 255) = 16.61%

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 199 (78.13% from 255) = 63.58%

R = 16.61%
G = 19.81%
B = 63.58%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#343EC7 (or 0x343EC7) is known color: Free Speech Blue. HEX triplet: 34, 3E and C7. RGB value is (52,62,199). Sum of RGB (Red+Green+Blue) = 52+62+199=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 199 (78.12% from 255 or 63.58% from 313); Max value from RGB is 199 - color contains mainly: blue. Hex color #343EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC7 is #CBC138. Grayscale: #4A4A4A. Windows color (decimal): -13353273 or 13057588. OLE color: 13057588.

HSL color Cylindrical-coordinate representation of color #343EC7: hue angle of 235.92º 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 #343EC7 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 62 199 -
CMYK 0.74 0.69 0 0.22
HSL 235.92º 0.59% 0.49% -
HSV(B) 235.92º 0.74% 0.78% -
XYZ 13.45 8.3 54.93 -
YUV 74.63 198.19 111.86 -
System Red Green Blue C M Y K H S L
Decimal 52 62 199 0.74 0.69 0 0.22 235.92 0.59 0.49
Hex 34 3E C7 4A 45 0 16 EC 3B 31
Octal 64 76 307 112 105 0 26 354 73 61
Binary 110100 111110 11000111 1001010 1000101 0 10110 11101100 111011 110001

Color Harmonies of #343EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EC7

Black with #343EC7

Text Example


Text Example

White with #343EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,62,199); }

 H1.HeaderClassName
 {
   color: #343EC7;
 }
 .AnyTagClassName
 {
   color: #343EC7;
 }
</style>

background-color css

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

 a { background-color: rgb(52,62,199); }

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

border-color css

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

 span { border-color: rgb(52,62,199); }

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