#353CD5

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

Shades of Free Speech Blue #353CD5

Tints of Free Speech Blue #353CD5

Color information

#353CD5 (or 0x353CD5) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3C and D5. RGB value is (53,60,213). Sum of RGB (Red+Green+Blue) = 53+60+213=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #353CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CD5 is #CAC32A. Grayscale: #4A4A4A. Windows color (decimal): -13288235 or 13974581. OLE color: 13974581.

HSL color Cylindrical-coordinate representation of color #353CD5: hue angle of 237.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353CD5 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5360213-
CMYK0.750.7200.16
HSL237.38º65.57%52.16%-
HSV(B)237.38º75.12%83.53%-
XYZ15.098.7963.85-
YUV75.35205.68112.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 213 (83.59% from 255) = 65.34%
R=16.26%
G=18.40%
B=65.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53602130.750.7200.16237.3865.5752.16
Hex353CD54B48010ed4234
Octal657432511311002035510264
Binary1101011111001101010110010111001000010000111011011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,213); }

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

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

 a { background-color: rgb(53,60,213); }

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

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

 span { border-color: rgb(53,60,213); }

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