Html Css Color HEX #334EDE Free Speech Blue

📋 copy color: '#334EDE'

red 51 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Blue #334EDE

Tints of Free Speech Blue #334EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 14.53%
G = 22.22%
B = 63.25%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#334EDE (or 0x334EDE) is known color: Free Speech Blue. HEX triplet: 33, 4E and DE. RGB value is (51,78,222). Sum of RGB (Red+Green+Blue) = 51+78+222=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #334EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDE is #CCB121. Grayscale: #555555. Windows color (decimal): -13414690 or 14569011. OLE color: 14569011.

HSL color Cylindrical-coordinate representation of color #334EDE: hue angle of 230.53º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334EDE is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 78 222 -
CMYK 0.77 0.65 0 0.13
HSL 230.53º 0.72% 0.54% -
HSV(B) 230.53º 0.77% 0.87% -
XYZ 17.27 11.43 70.4 -
YUV 86.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 51 78 222 0.77 0.65 0 0.13 230.53 0.72 0.54
Hex 33 4E DE 4D 41 0 D E7 48 36
Octal 63 116 336 115 101 0 15 347 110 66
Binary 110011 1001110 11011110 1001101 1000001 0 1101 11100111 1001000 110110

Color Harmonies of #334EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EDE

Black with #334EDE

Text Example


Text Example

White with #334EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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