Html Css Color HEX #344EDF Free Speech Blue

📋 copy color: '#344EDF'

red 52 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #344EDF

Tints of Free Speech Blue #344EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

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

R = 14.73%
G = 22.1%
B = 63.17%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#344EDF (or 0x344EDF) is known color: Free Speech Blue. HEX triplet: 34, 4E and DF. RGB value is (52,78,223). Sum of RGB (Red+Green+Blue) = 52+78+223=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #344EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EDF is #CBB120. Grayscale: #565656. Windows color (decimal): -13349153 or 14634548. OLE color: 14634548.

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

Color convert

RGB 52 78 223 -
CMYK 0.77 0.65 0 0.13
HSL 230.88º 0.73% 0.54% -
HSV(B) 230.88º 0.77% 0.87% -
XYZ 17.46 11.51 71.11 -
YUV 86.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 52 78 223 0.77 0.65 0 0.13 230.88 0.73 0.54
Hex 34 4E DF 4D 41 0 D E7 49 36
Octal 64 116 337 115 101 0 15 347 111 66
Binary 110100 1001110 11011111 1001101 1000001 0 1101 11100111 1001001 110110

Color Harmonies of #344EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EDF

Black with #344EDF

Text Example


Text Example

White with #344EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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