Html Css Color HEX #344DCD Free Speech Blue

📋 copy color: '#344DCD'

red 52 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #344DCD

Tints of Free Speech Blue #344DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 15.57%
G = 23.05%
B = 61.38%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#344DCD (or 0x344DCD) is known color: Free Speech Blue. HEX triplet: 34, 4D and CD. RGB value is (52,77,205). Sum of RGB (Red+Green+Blue) = 52+77+205=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #344DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DCD is #CBB232. Grayscale: #535353. Windows color (decimal): -13349427 or 13454644. OLE color: 13454644.

HSL color Cylindrical-coordinate representation of color #344DCD: hue angle of 230.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344DCD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 77 205 -
CMYK 0.75 0.62 0 0.20
HSL 230.2º 0.6% 0.5% -
HSV(B) 230.2º 0.75% 0.8% -
XYZ 15.09 10.45 58.98 -
YUV 84.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 52 77 205 0.75 0.62 0 0.20 230.2 0.6 0.5
Hex 34 4D CD 4B 3E 0 14 E6 3C 32
Octal 64 115 315 113 76 0 24 346 74 62
Binary 110100 1001101 11001101 1001011 111110 0 10100 11100110 111100 110010

Color Harmonies of #344DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DCD

Black with #344DCD

Text Example


Text Example

White with #344DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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