#354DCC

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

Shades of Free Speech Blue #354DCC

Tints of Free Speech Blue #354DCC

Color information

#354DCC (or 0x354DCC) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4D and CC. RGB value is (53,77,204). Sum of RGB (Red+Green+Blue) = 53+77+204=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #354DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DCC is #CAB233. Grayscale: #535353. Windows color (decimal): -13283892 or 13389109. OLE color: 13389109.

HSL color Cylindrical-coordinate representation of color #354DCC: hue angle of 230.46º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354DCC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5377204-
CMYK0.740.6200.2
HSL230.46º59.68%50.39%-
HSV(B)230.46º74.02%80%-
XYZ15.0210.4258.35-
YUV84.3195.55105.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 204 (80.08% from 255) = 61.08%
R=15.87%
G=23.05%
B=61.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal53772040.740.6200.2230.4659.6850.39
Hex354DCC4A3E014e63c32
Octal65115314112760243467462
Binary110101100110111001100100101011111001010011100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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