Html Css Color HEX #334BDB Free Speech Blue

📋 copy color: '#334BDB'

red 51 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #334BDB

Tints of Free Speech Blue #334BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.74%

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

R = 14.78%
G = 21.74%
B = 63.48%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#334BDB (or 0x334BDB) is known color: Free Speech Blue. HEX triplet: 33, 4B and DB. RGB value is (51,75,219). Sum of RGB (Red+Green+Blue) = 51+75+219=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #334BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BDB is #CCB424. Grayscale: #535353. Windows color (decimal): -13415461 or 14371635. OLE color: 14371635.

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

Color convert

RGB 51 75 219 -
CMYK 0.77 0.66 0 0.14
HSL 231.43º 0.7% 0.53% -
HSV(B) 231.43º 0.77% 0.86% -
XYZ 16.67 10.85 68.23 -
YUV 84.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 51 75 219 0.77 0.66 0 0.14 231.43 0.7 0.53
Hex 33 4B DB 4D 42 0 E E7 46 35
Octal 63 113 333 115 102 0 16 347 106 65
Binary 110011 1001011 11011011 1001101 1000010 0 1110 11100111 1000110 110101

Color Harmonies of #334BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BDB

Black with #334BDB

Text Example


Text Example

White with #334BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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