Html Css Color HEX #334EDC Free Speech Blue

📋 copy color: '#334EDC'

red 51 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #334EDC

Tints of Free Speech Blue #334EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 14.61%
G = 22.35%
B = 63.04%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#334EDC (or 0x334EDC) is known color: Free Speech Blue. HEX triplet: 33, 4E and DC. RGB value is (51,78,220). Sum of RGB (Red+Green+Blue) = 51+78+220=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #334EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDC is #CCB123. Grayscale: #555555. Windows color (decimal): -13414692 or 14437939. OLE color: 14437939.

HSL color Cylindrical-coordinate representation of color #334EDC: hue angle of 230.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334EDC is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 78 220 -
CMYK 0.77 0.65 0 0.14
HSL 230.41º 0.71% 0.53% -
HSV(B) 230.41º 0.77% 0.86% -
XYZ 17.01 11.32 69 -
YUV 86.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 51 78 220 0.77 0.65 0 0.14 230.41 0.71 0.53
Hex 33 4E DC 4D 41 0 E E6 47 35
Octal 63 116 334 115 101 0 16 346 107 65
Binary 110011 1001110 11011100 1001101 1000001 0 1110 11100110 1000111 110101

Color Harmonies of #334EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EDC

Black with #334EDC

Text Example


Text Example

White with #334EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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