Html Css Color HEX #334FDB Free Speech Blue

📋 copy color: '#334FDB'

red 51 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #334FDB

Tints of Free Speech Blue #334FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 14.61%
G = 22.64%
B = 62.75%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#334FDB (or 0x334FDB) is known color: Free Speech Blue. HEX triplet: 33, 4F and DB. RGB value is (51,79,219). Sum of RGB (Red+Green+Blue) = 51+79+219=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #334FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FDB is #CCB024. Grayscale: #565656. Windows color (decimal): -13414437 or 14372659. OLE color: 14372659.

HSL color Cylindrical-coordinate representation of color #334FDB: hue angle of 230º degrees, saturation: 0.7, 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 #334FDB is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 79 219 -
CMYK 0.77 0.64 0 0.14
HSL 230º 0.7% 0.53% -
HSV(B) 230º 0.77% 0.86% -
XYZ 16.95 11.41 68.33 -
YUV 86.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 51 79 219 0.77 0.64 0 0.14 230 0.7 0.53
Hex 33 4F DB 4D 40 0 E E6 46 35
Octal 63 117 333 115 100 0 16 346 106 65
Binary 110011 1001111 11011011 1001101 1000000 0 1110 11100110 1000110 110101

Color Harmonies of #334FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FDB

Black with #334FDB

Text Example


Text Example

White with #334FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,219); }

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

background-color css

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

 a { background-color: rgb(51,79,219); }

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

border-color css

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

 span { border-color: rgb(51,79,219); }

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