#353BD5

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

Shades of Free Speech Blue #353BD5

Tints of Free Speech Blue #353BD5

Color information

#353BD5 (or 0x353BD5) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3B and D5. RGB value is (53,59,213). Sum of RGB (Red+Green+Blue) = 53+59+213=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #353BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BD5 is #CAC42A. Grayscale: #4A4A4A. Windows color (decimal): -13288491 or 13974325. OLE color: 13974325.

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

Color convert

RGB5359213-
CMYK0.750.7200.16
HSL237.75º65.57%52.16%-
HSV(B)237.75º75.12%83.53%-
XYZ15.048.6963.84-
YUV74.76206.01112.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=16.31%
G=18.15%
B=65.54%

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
Decimal53592130.750.7200.16237.7565.5752.16
Hex353BD54B48010ee4234
Octal657332511311002035610264
Binary1101011110111101010110010111001000010000111011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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