Html Css Color HEX #354DDF Free Speech Blue

📋 copy color: '#354DDF'

red 53 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #354DDF

Tints of Free Speech Blue #354DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 15.01%
G = 21.81%
B = 63.17%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#354DDF (or 0x354DDF) is known color: Free Speech Blue. HEX triplet: 35, 4D and DF. RGB value is (53,77,223). Sum of RGB (Red+Green+Blue) = 53+77+223=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #354DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DDF is #CAB220. Grayscale: #555555. Windows color (decimal): -13283873 or 14634293. OLE color: 14634293.

HSL color Cylindrical-coordinate representation of color #354DDF: hue angle of 231.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354DDF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 77 223 -
CMYK 0.76 0.65 0 0.13
HSL 231.53º 0.73% 0.54% -
HSV(B) 231.53º 0.76% 0.87% -
XYZ 17.44 11.39 71.09 -
YUV 86.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 53 77 223 0.76 0.65 0 0.13 231.53 0.73 0.54
Hex 35 4D DF 4C 41 0 D E8 49 36
Octal 65 115 337 114 101 0 15 350 111 66
Binary 110101 1001101 11011111 1001100 1000001 0 1101 11101000 1001001 110110

Color Harmonies of #354DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DDF

Black with #354DDF

Text Example


Text Example

White with #354DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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