Html Css Color HEX #344BDB Free Speech Blue

📋 copy color: '#344BDB'

red 52 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #344BDB

Tints of Free Speech Blue #344BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

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

R = 15.03%
G = 21.68%
B = 63.29%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#344BDB (or 0x344BDB) is known color: Free Speech Blue. HEX triplet: 34, 4B and DB. RGB value is (52,75,219). Sum of RGB (Red+Green+Blue) = 52+75+219=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #344BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BDB is #CBB424. Grayscale: #535353. Windows color (decimal): -13349925 or 14371636. OLE color: 14371636.

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

Color convert

RGB 52 75 219 -
CMYK 0.76 0.66 0 0.14
HSL 231.74º 0.7% 0.53% -
HSV(B) 231.74º 0.76% 0.86% -
XYZ 16.72 10.88 68.24 -
YUV 84.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 52 75 219 0.76 0.66 0 0.14 231.74 0.7 0.53
Hex 34 4B DB 4C 42 0 E E8 46 35
Octal 64 113 333 114 102 0 16 350 106 65
Binary 110100 1001011 11011011 1001100 1000010 0 1110 11101000 1000110 110101

Color Harmonies of #344BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BDB

Black with #344BDB

Text Example


Text Example

White with #344BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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