#353ED7

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

Shades of Free Speech Blue #353ED7

Tints of Free Speech Blue #353ED7

Color information

#353ED7 (or 0x353ED7) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3E and D7. RGB value is (53,62,215). Sum of RGB (Red+Green+Blue) = 53+62+215=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #353ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ED7 is #CAC128. Grayscale: #4C4C4C. Windows color (decimal): -13287721 or 14106165. OLE color: 14106165.

HSL color Cylindrical-coordinate representation of color #353ED7: hue angle of 236.67º 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 #353ED7 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5362215-
CMYK0.750.7100.16
HSL236.67º66.94%52.55%-
HSV(B)236.67º75.35%84.31%-
XYZ15.469.1165.23-
YUV76.75206.02111.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 215 (84.38% from 255) = 65.15%
R=16.06%
G=18.79%
B=65.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53622150.750.7100.16236.6766.9452.55
Hex353ED74B47010ed4335
Octal657632711310702035510365
Binary1101011111101101011110010111000111010000111011011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353ED7; }

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

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

<style>
 a { background-color: #353ED7; }

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

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

<style>
 span { border-color: #353ED7; }

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

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