#353EDF

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

Shades of Free Speech Blue #353EDF

Tints of Free Speech Blue #353EDF

Color information

#353EDF (or 0x353EDF) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3E and DF. RGB value is (53,62,223). Sum of RGB (Red+Green+Blue) = 53+62+223=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #353EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDF is #CAC120. Grayscale: #4D4D4D. Windows color (decimal): -13287713 or 14630453. OLE color: 14630453.

HSL color Cylindrical-coordinate representation of color #353EDF: hue angle of 236.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353EDF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5362223-
CMYK0.760.7200.13
HSL236.82º72.65%54.12%-
HSV(B)236.82º76.23%87.45%-
XYZ16.519.5370.78-
YUV77.66210.02110.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=15.68%
G=18.34%
B=65.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53622230.760.7200.13236.8272.6554.12
Hex353EDF4C480Ded4936
Octal657633711411001535511166
Binary110101111110110111111001100100100001101111011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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