Html Css Color HEX #354DD5 Free Speech Blue

📋 copy color: '#354DD5'

red 53 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Blue #354DD5

Tints of Free Speech Blue #354DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 15.45%
G = 22.45%
B = 62.1%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#354DD5 (or 0x354DD5) is known color: Free Speech Blue. HEX triplet: 35, 4D and D5. RGB value is (53,77,213). Sum of RGB (Red+Green+Blue) = 53+77+213=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #354DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DD5 is #CAB22A. Grayscale: #545454. Windows color (decimal): -13283883 or 13978933. OLE color: 13978933.

HSL color Cylindrical-coordinate representation of color #354DD5: hue angle of 231º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354DD5 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 77 213 -
CMYK 0.75 0.64 0 0.16
HSL 231º 0.66% 0.52% -
HSV(B) 231º 0.75% 0.84% -
XYZ 16.13 10.87 64.2 -
YUV 85.33 200.05 104.94 -
System Red Green Blue C M Y K H S L
Decimal 53 77 213 0.75 0.64 0 0.16 231 0.66 0.52
Hex 35 4D D5 4B 40 0 10 E7 42 34
Octal 65 115 325 113 100 0 20 347 102 64
Binary 110101 1001101 11010101 1001011 1000000 0 10000 11100111 1000010 110100

Color Harmonies of #354DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DD5

Black with #354DD5

Text Example


Text Example

White with #354DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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