Html Css Color HEX #354ED9 Free Speech Blue

📋 copy color: '#354ED9'

red 53 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Blue #354ED9

Tints of Free Speech Blue #354ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

 BLUE value IS 217 (85.16% from 255) = 62.36%

R = 15.23%
G = 22.41%
B = 62.36%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#354ED9 (or 0x354ED9) is known color: Free Speech Blue. HEX triplet: 35, 4E and D9. RGB value is (53,78,217). Sum of RGB (Red+Green+Blue) = 53+78+217=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 217 (85.16% from 255 or 62.36% from 348); Max value from RGB is 217 - color contains mainly: blue. Hex color #354ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ED9 is #CAB126. Grayscale: #555555. Windows color (decimal): -13283623 or 14241333. OLE color: 14241333.

HSL color Cylindrical-coordinate representation of color #354ED9: hue angle of 230.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354ED9 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 78 217 -
CMYK 0.76 0.64 0 0.15
HSL 230.85º 0.68% 0.53% -
HSV(B) 230.85º 0.76% 0.85% -
XYZ 16.72 11.22 66.93 -
YUV 86.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 53 78 217 0.76 0.64 0 0.15 230.85 0.68 0.53
Hex 35 4E D9 4C 40 0 F E7 44 35
Octal 65 116 331 114 100 0 17 347 104 65
Binary 110101 1001110 11011001 1001100 1000000 0 1111 11100111 1000100 110101

Color Harmonies of #354ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ED9

Black with #354ED9

Text Example


Text Example

White with #354ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,217); }

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

background-color css

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

 a { background-color: rgb(53,78,217); }

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

border-color css

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

 span { border-color: rgb(53,78,217); }

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