Html Css Color HEX #334DDB Free Speech Blue

📋 copy color: '#334DDB'

red 51 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #334DDB

Tints of Free Speech Blue #334DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

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

R = 14.7%
G = 22.19%
B = 63.11%

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

#334DDB (or 0x334DDB) is known color: Free Speech Blue. HEX triplet: 33, 4D and DB. RGB value is (51,77,219). Sum of RGB (Red+Green+Blue) = 51+77+219=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #334DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DDB is #CCB224. Grayscale: #545454. Windows color (decimal): -13414949 or 14372147. OLE color: 14372147.

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

Color convert

RGB 51 77 219 -
CMYK 0.77 0.65 0 0.14
HSL 230.71º 0.7% 0.53% -
HSV(B) 230.71º 0.77% 0.86% -
XYZ 16.81 11.13 68.28 -
YUV 85.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 51 77 219 0.77 0.65 0 0.14 230.71 0.7 0.53
Hex 33 4D DB 4D 41 0 E E7 46 35
Octal 63 115 333 115 101 0 16 347 106 65
Binary 110011 1001101 11011011 1001101 1000001 0 1110 11100111 1000110 110101

Color Harmonies of #334DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DDB

Black with #334DDB

Text Example


Text Example

White with #334DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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