Html Css Color HEX #354AD1 Free Speech Blue

📋 copy color: '#354AD1'

red 53 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Blue #354AD1

Tints of Free Speech Blue #354AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 209 (82.03% from 255) = 62.2%

R = 15.77%
G = 22.02%
B = 62.2%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#354AD1 (or 0x354AD1) is known color: Free Speech Blue. HEX triplet: 35, 4A and D1. RGB value is (53,74,209). Sum of RGB (Red+Green+Blue) = 53+74+209=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #354AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354AD1 is #CAB52E. Grayscale: #525252. Windows color (decimal): -13284655 or 13716021. OLE color: 13716021.

HSL color Cylindrical-coordinate representation of color #354AD1: hue angle of 231.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354AD1 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 74 209 -
CMYK 0.75 0.65 0 0.18
HSL 231.92º 0.63% 0.51% -
HSV(B) 231.92º 0.75% 0.82% -
XYZ 15.43 10.26 61.49 -
YUV 83.11 199.04 106.52 -
System Red Green Blue C M Y K H S L
Decimal 53 74 209 0.75 0.65 0 0.18 231.92 0.63 0.51
Hex 35 4A D1 4B 41 0 12 E8 3F 33
Octal 65 112 321 113 101 0 22 350 77 63
Binary 110101 1001010 11010001 1001011 1000001 0 10010 11101000 111111 110011

Color Harmonies of #354AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354AD1

Black with #354AD1

Text Example


Text Example

White with #354AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,209); }

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

background-color css

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

 a { background-color: rgb(53,74,209); }

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

border-color css

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

 span { border-color: rgb(53,74,209); }

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