#354DD4

Color #354DD4 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #354DD4

Tints of Free Speech Blue #354DD4

Color information

#354DD4 (or 0x354DD4) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4D and D4. RGB value is (53,77,212). Sum of RGB (Red+Green+Blue) = 53+77+212=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #354DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DD4 is #CAB22B. Grayscale: #545454. Windows color (decimal): -13283884 or 13913397. OLE color: 13913397.

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

Color convert

RGB5377212-
CMYK0.750.6400.17
HSL230.94º64.9%51.96%-
HSV(B)230.94º75%83.14%-
XYZ16.0110.8263.53-
YUV85.21199.55105.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 212 (83.20% from 255) = 61.99%
R=15.50%
G=22.51%
B=61.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53772120.750.6400.17230.9464.951.96
Hex354DD44B40011e74134
Octal6511532411310002134710164
Binary11010110011011101010010010111000000010001111001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #354DD4;
 }
 .AnyTagClassName
 {
   color: #354DD4;
 }
</style>
background-color css

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

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

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

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

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

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