Html Css Color HEX #344DCE Free Speech Blue

📋 copy color: '#344DCE'

red 52 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #344DCE

Tints of Free Speech Blue #344DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 15.52%
G = 22.99%
B = 61.49%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#344DCE (or 0x344DCE) is known color: Free Speech Blue. HEX triplet: 34, 4D and CE. RGB value is (52,77,206). Sum of RGB (Red+Green+Blue) = 52+77+206=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #344DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DCE is #CBB231. Grayscale: #535353. Windows color (decimal): -13349426 or 13520180. OLE color: 13520180.

HSL color Cylindrical-coordinate representation of color #344DCE: hue angle of 230.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344DCE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 77 206 -
CMYK 0.75 0.63 0 0.19
HSL 230.26º 0.61% 0.51% -
HSV(B) 230.26º 0.75% 0.81% -
XYZ 15.21 10.49 59.62 -
YUV 84.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 52 77 206 0.75 0.63 0 0.19 230.26 0.61 0.51
Hex 34 4D CE 4B 3F 0 13 E6 3D 33
Octal 64 115 316 113 77 0 23 346 75 63
Binary 110100 1001101 11001110 1001011 111111 0 10011 11100110 111101 110011

Color Harmonies of #344DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DCE

Black with #344DCE

Text Example


Text Example

White with #344DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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