Html Css Color HEX #334ECE Free Speech Blue

📋 copy color: '#334ECE'

red 51 ◦ green 78 ◦ blue 206

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

Shades of Free Speech Blue #334ECE

Tints of Free Speech Blue #334ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 15.22%
G = 23.28%
B = 61.49%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#334ECE (or 0x334ECE) is known color: Free Speech Blue. HEX triplet: 33, 4E and CE. RGB value is (51,78,206). Sum of RGB (Red+Green+Blue) = 51+78+206=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #334ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ECE is #CCB131. Grayscale: #535353. Windows color (decimal): -13414706 or 13520435. OLE color: 13520435.

HSL color Cylindrical-coordinate representation of color #334ECE: hue angle of 229.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334ECE is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 78 206 -
CMYK 0.75 0.62 0 0.19
HSL 229.55º 0.61% 0.5% -
HSV(B) 229.55º 0.75% 0.81% -
XYZ 15.23 10.61 59.64 -
YUV 84.52 196.55 104.09 -
System Red Green Blue C M Y K H S L
Decimal 51 78 206 0.75 0.62 0 0.19 229.55 0.61 0.5
Hex 33 4E CE 4B 3E 0 13 E6 3D 32
Octal 63 116 316 113 76 0 23 346 75 62
Binary 110011 1001110 11001110 1001011 111110 0 10011 11100110 111101 110010

Color Harmonies of #334ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ECE

Black with #334ECE

Text Example


Text Example

White with #334ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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