Html Css Color HEX #354DD7 Free Speech Blue

📋 copy color: '#354DD7'

red 53 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #354DD7

Tints of Free Speech Blue #354DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 15.36%
G = 22.32%
B = 62.32%

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

#354DD7 (or 0x354DD7) is known color: Free Speech Blue. HEX triplet: 35, 4D and D7. RGB value is (53,77,215). Sum of RGB (Red+Green+Blue) = 53+77+215=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #354DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DD7 is #CAB228. Grayscale: #545454. Windows color (decimal): -13283881 or 14110005. OLE color: 14110005.

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

Color convert

RGB 53 77 215 -
CMYK 0.75 0.64 0 0.16
HSL 231.11º 0.67% 0.53% -
HSV(B) 231.11º 0.75% 0.84% -
XYZ 16.39 10.97 65.54 -
YUV 85.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 53 77 215 0.75 0.64 0 0.16 231.11 0.67 0.53
Hex 35 4D D7 4B 40 0 10 E7 43 35
Octal 65 115 327 113 100 0 20 347 103 65
Binary 110101 1001101 11010111 1001011 1000000 0 10000 11100111 1000011 110101

Color Harmonies of #354DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DD7

Black with #354DD7

Text Example


Text Example

White with #354DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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