Html Css Color HEX #343EDB Free Speech Blue

📋 copy color: '#343EDB'

red 52 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #343EDB

Tints of Free Speech Blue #343EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 15.62%
G = 18.62%
B = 65.77%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#343EDB (or 0x343EDB) is known color: Free Speech Blue. HEX triplet: 34, 3E and DB. RGB value is (52,62,219). Sum of RGB (Red+Green+Blue) = 52+62+219=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #343EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EDB is #CBC124. Grayscale: #4C4C4C. Windows color (decimal): -13353253 or 14368308. OLE color: 14368308.

HSL color Cylindrical-coordinate representation of color #343EDB: hue angle of 236.41º degrees, saturation: 0.7, 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 #343EDB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 62 219 -
CMYK 0.76 0.72 0 0.14
HSL 236.41º 0.7% 0.53% -
HSV(B) 236.41º 0.76% 0.86% -
XYZ 15.92 9.29 67.97 -
YUV 76.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 52 62 219 0.76 0.72 0 0.14 236.41 0.7 0.53
Hex 34 3E DB 4C 48 0 E EC 46 35
Octal 64 76 333 114 110 0 16 354 106 65
Binary 110100 111110 11011011 1001100 1001000 0 1110 11101100 1000110 110101

Color Harmonies of #343EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EDB

Black with #343EDB

Text Example


Text Example

White with #343EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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