Html Css Color HEX #334ECD Free Speech Blue

📋 copy color: '#334ECD'

red 51 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #334ECD

Tints of Free Speech Blue #334ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 15.27%
G = 23.35%
B = 61.38%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#334ECD (or 0x334ECD) is known color: Free Speech Blue. HEX triplet: 33, 4E and CD. RGB value is (51,78,205). Sum of RGB (Red+Green+Blue) = 51+78+205=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #334ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ECD is #CCB132. Grayscale: #535353. Windows color (decimal): -13414707 or 13454899. OLE color: 13454899.

HSL color Cylindrical-coordinate representation of color #334ECD: hue angle of 229.48º degrees, saturation: 0.61, 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 #334ECD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 78 205 -
CMYK 0.75 0.62 0 0.20
HSL 229.48º 0.61% 0.5% -
HSV(B) 229.48º 0.75% 0.8% -
XYZ 15.11 10.56 59 -
YUV 84.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 51 78 205 0.75 0.62 0 0.20 229.48 0.61 0.5
Hex 33 4E CD 4B 3E 0 14 E5 3D 32
Octal 63 116 315 113 76 0 24 345 75 62
Binary 110011 1001110 11001101 1001011 111110 0 10100 11100101 111101 110010

Color Harmonies of #334ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ECD

Black with #334ECD

Text Example


Text Example

White with #334ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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