Html Css Color HEX #354DDC Free Speech Blue

📋 copy color: '#354DDC'

red 53 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #354DDC

Tints of Free Speech Blue #354DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 15.14%
G = 22%
B = 62.86%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#354DDC (or 0x354DDC) is known color: Free Speech Blue. HEX triplet: 35, 4D and DC. RGB value is (53,77,220). Sum of RGB (Red+Green+Blue) = 53+77+220=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #354DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DDC is #CAB223. Grayscale: #555555. Windows color (decimal): -13283876 or 14437685. OLE color: 14437685.

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

Color convert

RGB 53 77 220 -
CMYK 0.76 0.65 0 0.14
HSL 231.38º 0.7% 0.54% -
HSV(B) 231.38º 0.76% 0.86% -
XYZ 17.04 11.23 68.98 -
YUV 86.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 53 77 220 0.76 0.65 0 0.14 231.38 0.7 0.54
Hex 35 4D DC 4C 41 0 E E7 46 36
Octal 65 115 334 114 101 0 16 347 106 66
Binary 110101 1001101 11011100 1001100 1000001 0 1110 11100111 1000110 110110

Color Harmonies of #354DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DDC

Black with #354DDC

Text Example


Text Example

White with #354DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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