Html Css Color HEX #334ED2 Free Speech Blue

📋 copy color: '#334ED2'

red 51 ◦ green 78 ◦ blue 210

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

Shades of Free Speech Blue #334ED2

Tints of Free Speech Blue #334ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.95%

R = 15.04%
G = 23.01%
B = 61.95%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#334ED2 (or 0x334ED2) is known color: Free Speech Blue. HEX triplet: 33, 4E and D2. RGB value is (51,78,210). Sum of RGB (Red+Green+Blue) = 51+78+210=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #334ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED2 is #CCB12D. Grayscale: #545454. Windows color (decimal): -13414702 or 13782579. OLE color: 13782579.

HSL color Cylindrical-coordinate representation of color #334ED2: hue angle of 229.81º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334ED2 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 78 210 -
CMYK 0.76 0.63 0 0.18
HSL 229.81º 0.64% 0.51% -
HSV(B) 229.81º 0.76% 0.82% -
XYZ 15.72 10.81 62.23 -
YUV 84.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 51 78 210 0.76 0.63 0 0.18 229.81 0.64 0.51
Hex 33 4E D2 4C 3F 0 12 E6 40 33
Octal 63 116 322 114 77 0 22 346 100 63
Binary 110011 1001110 11010010 1001100 111111 0 10010 11100110 1000000 110011

Color Harmonies of #334ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ED2

Black with #334ED2

Text Example


Text Example

White with #334ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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