Html Css Color HEX #354FDB Free Speech Blue

📋 copy color: '#354FDB'

red 53 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #354FDB

Tints of Free Speech Blue #354FDB

RGB

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

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

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

R = 15.1%
G = 22.51%
B = 62.39%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#354FDB (or 0x354FDB) is known color: Free Speech Blue. HEX triplet: 35, 4F and DB. RGB value is (53,79,219). Sum of RGB (Red+Green+Blue) = 53+79+219=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #354FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FDB is #CAB024. Grayscale: #565656. Windows color (decimal): -13283365 or 14372661. OLE color: 14372661.

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

Color convert

RGB 53 79 219 -
CMYK 0.76 0.64 0 0.14
HSL 230.6º 0.7% 0.53% -
HSV(B) 230.6º 0.76% 0.86% -
XYZ 17.05 11.46 68.33 -
YUV 87.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 53 79 219 0.76 0.64 0 0.14 230.6 0.7 0.53
Hex 35 4F DB 4C 40 0 E E7 46 35
Octal 65 117 333 114 100 0 16 347 106 65
Binary 110101 1001111 11011011 1001100 1000000 0 1110 11100111 1000110 110101

Color Harmonies of #354FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FDB

Black with #354FDB

Text Example


Text Example

White with #354FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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