Html Css Color HEX #354DD9 Free Speech Blue

📋 copy color: '#354DD9'

red 53 ◦ green 77 ◦ blue 217

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

Shades of Free Speech Blue #354DD9

Tints of Free Speech Blue #354DD9

RGB

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

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

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

R = 15.27%
G = 22.19%
B = 62.54%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#354DD9 (or 0x354DD9) is known color: Free Speech Blue. HEX triplet: 35, 4D and D9. RGB value is (53,77,217). Sum of RGB (Red+Green+Blue) = 53+77+217=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 217 (85.16% from 255 or 62.54% from 347); Max value from RGB is 217 - color contains mainly: blue. Hex color #354DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DD9 is #CAB226. Grayscale: #555555. Windows color (decimal): -13283879 or 14241077. OLE color: 14241077.

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

Color convert

RGB 53 77 217 -
CMYK 0.76 0.65 0 0.15
HSL 231.22º 0.68% 0.53% -
HSV(B) 231.22º 0.76% 0.85% -
XYZ 16.65 11.07 66.91 -
YUV 85.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 53 77 217 0.76 0.65 0 0.15 231.22 0.68 0.53
Hex 35 4D D9 4C 41 0 F E7 44 35
Octal 65 115 331 114 101 0 17 347 104 65
Binary 110101 1001101 11011001 1001100 1000001 0 1111 11100111 1000100 110101

Color Harmonies of #354DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DD9

Black with #354DD9

Text Example


Text Example

White with #354DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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