Html Css Color HEX #344DCC Free Speech Blue

📋 copy color: '#344DCC'

red 52 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #344DCC

Tints of Free Speech Blue #344DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 15.62%
G = 23.12%
B = 61.26%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#344DCC (or 0x344DCC) is known color: Free Speech Blue. HEX triplet: 34, 4D and CC. RGB value is (52,77,204). Sum of RGB (Red+Green+Blue) = 52+77+204=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #344DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DCC is #CBB233. Grayscale: #535353. Windows color (decimal): -13349428 or 13389108. OLE color: 13389108.

HSL color Cylindrical-coordinate representation of color #344DCC: hue angle of 230.13º 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 #344DCC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 77 204 -
CMYK 0.75 0.62 0 0.2
HSL 230.13º 0.6% 0.5% -
HSV(B) 230.13º 0.75% 0.8% -
XYZ 14.97 10.4 58.34 -
YUV 84 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 52 77 204 0.75 0.62 0 0.2 230.13 0.6 0.5
Hex 34 4D CC 4B 3E 0 14 E6 3C 32
Octal 64 115 314 113 76 0 24 346 74 62
Binary 110100 1001101 11001100 1001011 111110 0 10100 11100110 111100 110010

Color Harmonies of #344DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DCC

Black with #344DCC

Text Example


Text Example

White with #344DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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