Html Css Color HEX #334ED6 Free Speech Blue

📋 copy color: '#334ED6'

red 51 ◦ green 78 ◦ blue 214

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

Shades of Free Speech Blue #334ED6

Tints of Free Speech Blue #334ED6

RGB

 RED value IS 51 (20.31% from 255) = 14.87%

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

 BLUE value IS 214 (83.98% from 255) = 62.39%

R = 14.87%
G = 22.74%
B = 62.39%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#334ED6 (or 0x334ED6) is known color: Free Speech Blue. HEX triplet: 33, 4E and D6. RGB value is (51,78,214). Sum of RGB (Red+Green+Blue) = 51+78+214=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #334ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED6 is #CCB129. Grayscale: #545454. Windows color (decimal): -13414698 or 14044723. OLE color: 14044723.

HSL color Cylindrical-coordinate representation of color #334ED6: hue angle of 230.06º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334ED6 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 78 214 -
CMYK 0.76 0.64 0 0.16
HSL 230.06º 0.67% 0.52% -
HSV(B) 230.06º 0.76% 0.84% -
XYZ 16.23 11.01 64.89 -
YUV 85.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 51 78 214 0.76 0.64 0 0.16 230.06 0.67 0.52
Hex 33 4E D6 4C 40 0 10 E6 43 34
Octal 63 116 326 114 100 0 20 346 103 64
Binary 110011 1001110 11010110 1001100 1000000 0 10000 11100110 1000011 110100

Color Harmonies of #334ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ED6

Black with #334ED6

Text Example


Text Example

White with #334ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334ED6; }

 p { color: rgb(51,78,214); }

 H1.HeaderClassName
 {
   color: #334ED6;
 }
 .AnyTagClassName
 {
   color: #334ED6;
 }
</style>

background-color css

<style>
 a { background-color: #334ED6; }

 a { background-color: rgb(51,78,214); }

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

border-color css

<style>
 span { border-color: #334ED6; }

 span { border-color: rgb(51,78,214); }

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