Html Css Color HEX #354DDB Free Speech Blue

📋 copy color: '#354DDB'

red 53 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #354DDB

Tints of Free Speech Blue #354DDB

RGB

 RED value IS 53 (21.09% from 255) = 15.19%

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

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

R = 15.19%
G = 22.06%
B = 62.75%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#354DDB (or 0x354DDB) is known color: Free Speech Blue. HEX triplet: 35, 4D and DB. RGB value is (53,77,219). Sum of RGB (Red+Green+Blue) = 53+77+219=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 77 (30.47% from 255 or 22.06% 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 #354DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DDB is #CAB224. Grayscale: #555555. Windows color (decimal): -13283877 or 14372149. OLE color: 14372149.

HSL color Cylindrical-coordinate representation of color #354DDB: hue angle of 231.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354DDB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 77 219 -
CMYK 0.76 0.65 0 0.14
HSL 231.33º 0.7% 0.53% -
HSV(B) 231.33º 0.76% 0.86% -
XYZ 16.91 11.18 68.28 -
YUV 86.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 53 77 219 0.76 0.65 0 0.14 231.33 0.7 0.53
Hex 35 4D DB 4C 41 0 E E7 46 35
Octal 65 115 333 114 101 0 16 347 106 65
Binary 110101 1001101 11011011 1001100 1000001 0 1110 11100111 1000110 110101

Color Harmonies of #354DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DDB

Black with #354DDB

Text Example


Text Example

White with #354DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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