Html Css Color HEX #343BDB Free Speech Blue

📋 copy color: '#343BDB'

red 52 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Blue #343BDB

Tints of Free Speech Blue #343BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

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

R = 15.76%
G = 17.88%
B = 66.36%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#343BDB (or 0x343BDB) is known color: Free Speech Blue. HEX triplet: 34, 3B and DB. RGB value is (52,59,219). Sum of RGB (Red+Green+Blue) = 52+59+219=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #343BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BDB is #CBC424. Grayscale: #4A4A4A. Windows color (decimal): -13354021 or 14367540. OLE color: 14367540.

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

Color convert

RGB 52 59 219 -
CMYK 0.76 0.73 0 0.14
HSL 237.49º 0.7% 0.53% -
HSV(B) 237.49º 0.76% 0.86% -
XYZ 15.77 8.97 67.92 -
YUV 75.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 52 59 219 0.76 0.73 0 0.14 237.49 0.7 0.53
Hex 34 3B DB 4C 49 0 E ED 46 35
Octal 64 73 333 114 111 0 16 355 106 65
Binary 110100 111011 11011011 1001100 1001001 0 1110 11101101 1000110 110101

Color Harmonies of #343BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BDB

Black with #343BDB

Text Example


Text Example

White with #343BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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