#353DDB

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

Shades of Free Speech Blue #353DDB

Tints of Free Speech Blue #353DDB

Color information

#353DDB (or 0x353DDB) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3D and DB. RGB value is (53,61,219). Sum of RGB (Red+Green+Blue) = 53+61+219=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #353DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDB is #CAC224. Grayscale: #4B4B4B. Windows color (decimal): -13287973 or 14368053. OLE color: 14368053.

HSL color Cylindrical-coordinate representation of color #353DDB: hue angle of 237.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353DDB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5361219-
CMYK0.760.7200.14
HSL237.11º69.75%53.33%-
HSV(B)237.11º75.8%85.88%-
XYZ15.929.2167.96-
YUV76.62208.35111.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 219 (85.94% from 255) = 65.77%
R=15.92%
G=18.32%
B=65.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53612190.760.7200.14237.1169.7553.33
Hex353DDB4C480Eed4635
Octal657533311411001635510665
Binary110101111101110110111001100100100001110111011011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,219); }

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

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

 a { background-color: rgb(53,61,219); }

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

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

 span { border-color: rgb(53,61,219); }

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