Html Css Color HEX #344BDF Free Speech Blue

📋 copy color: '#344BDF'

red 52 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #344BDF

Tints of Free Speech Blue #344BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 14.86%
G = 21.43%
B = 63.71%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#344BDF (or 0x344BDF) is known color: Free Speech Blue. HEX triplet: 34, 4B and DF. RGB value is (52,75,223). Sum of RGB (Red+Green+Blue) = 52+75+223=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #344BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BDF is #CBB420. Grayscale: #545454. Windows color (decimal): -13349921 or 14633780. OLE color: 14633780.

HSL color Cylindrical-coordinate representation of color #344BDF: hue angle of 231.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344BDF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 75 223 -
CMYK 0.77 0.66 0 0.13
HSL 231.93º 0.73% 0.54% -
HSV(B) 231.93º 0.77% 0.87% -
XYZ 17.25 11.09 71.04 -
YUV 85 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 52 75 223 0.77 0.66 0 0.13 231.93 0.73 0.54
Hex 34 4B DF 4D 42 0 D E8 49 36
Octal 64 113 337 115 102 0 15 350 111 66
Binary 110100 1001011 11011111 1001101 1000010 0 1101 11101000 1001001 110110

Color Harmonies of #344BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344BDF

Black with #344BDF

Text Example


Text Example

White with #344BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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