Html Css Color HEX #344ECC Free Speech Blue

📋 copy color: '#344ECC'

red 52 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Blue #344ECC

Tints of Free Speech Blue #344ECC

RGB

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

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

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

R = 15.57%
G = 23.35%
B = 61.08%

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

#344ECC (or 0x344ECC) is known color: Free Speech Blue. HEX triplet: 34, 4E and CC. RGB value is (52,78,204). Sum of RGB (Red+Green+Blue) = 52+78+204=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #344ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344ECC is #CBB133. Grayscale: #545454. Windows color (decimal): -13349172 or 13389364. OLE color: 13389364.

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

Color convert

RGB 52 78 204 -
CMYK 0.75 0.62 0 0.2
HSL 229.74º 0.6% 0.5% -
HSV(B) 229.74º 0.75% 0.8% -
XYZ 15.04 10.54 58.37 -
YUV 84.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 52 78 204 0.75 0.62 0 0.2 229.74 0.6 0.5
Hex 34 4E CC 4B 3E 0 14 E6 3C 32
Octal 64 116 314 113 76 0 24 346 74 62
Binary 110100 1001110 11001100 1001011 111110 0 10100 11100110 111100 110010

Color Harmonies of #344ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344ECC

Black with #344ECC

Text Example


Text Example

White with #344ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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