#354FCE

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

Shades of Free Speech Blue #354FCE

Tints of Free Speech Blue #354FCE

Color information

#354FCE (or 0x354FCE) is unknown color: approx Free Speech Blue. HEX triplet: 35, 4F and CE. RGB value is (53,79,206). Sum of RGB (Red+Green+Blue) = 53+79+206=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #354FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FCE is #CAB031. Grayscale: #555555. Windows color (decimal): -13283378 or 13520693. OLE color: 13520693.

HSL color Cylindrical-coordinate representation of color #354FCE: hue angle of 229.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354FCE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5379206-
CMYK0.740.6200.19
HSL229.8º60.96%50.78%-
HSV(B)229.8º74.27%80.78%-
XYZ15.410.8159.67-
YUV85.7195.89104.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=15.68%
G=23.37%
B=60.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53792060.740.6200.19229.860.9650.78
Hex354FCE4A3E013e63d33
Octal65117316112760233467563
Binary110101100111111001110100101011111001001111100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,206); }

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

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

 a { background-color: rgb(53,79,206); }

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

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

 span { border-color: rgb(53,79,206); }

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