Html Css Color HEX #344DDB Free Speech Blue

📋 copy color: '#344DDB'

red 52 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #344DDB

Tints of Free Speech Blue #344DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 14.94%
G = 22.13%
B = 62.93%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#344DDB (or 0x344DDB) is known color: Free Speech Blue. HEX triplet: 34, 4D and DB. RGB value is (52,77,219). Sum of RGB (Red+Green+Blue) = 52+77+219=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #344DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DDB is #CBB224. Grayscale: #555555. Windows color (decimal): -13349413 or 14372148. OLE color: 14372148.

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

Color convert

RGB 52 77 219 -
CMYK 0.76 0.65 0 0.14
HSL 231.02º 0.7% 0.53% -
HSV(B) 231.02º 0.76% 0.86% -
XYZ 16.86 11.15 68.28 -
YUV 85.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 52 77 219 0.76 0.65 0 0.14 231.02 0.7 0.53
Hex 34 4D DB 4C 41 0 E E7 46 35
Octal 64 115 333 114 101 0 16 347 106 65
Binary 110100 1001101 11011011 1001100 1000001 0 1110 11100111 1000110 110101

Color Harmonies of #344DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DDB

Black with #344DDB

Text Example


Text Example

White with #344DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344DDB; }

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

 H1.HeaderClassName
 {
   color: #344DDB;
 }
 .AnyTagClassName
 {
   color: #344DDB;
 }
</style>

background-color css

<style>
 a { background-color: #344DDB; }

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

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

border-color css

<style>
 span { border-color: #344DDB; }

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

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