#358FAD

Color #358FAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #358FAD

Tints of Boston Blue #358FAD

Color information

#358FAD (or 0x358FAD) is unknown color: approx Boston Blue. HEX triplet: 35, 8F and AD. RGB value is (53,143,173). Sum of RGB (Red+Green+Blue) = 53+143+173=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #358FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FAD is #CA7052. Grayscale: #777777. Windows color (decimal): -13267027 or 11374389. OLE color: 11374389.

HSL color Cylindrical-coordinate representation of color #358FAD: hue angle of 195º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358FAD is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53143173-
CMYK0.690.1700.32
HSL195º53.1%44.31%-
HSV(B)195º69.36%67.84%-
XYZ18.8323.4243.06-
YUV119.51158.1880.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=14.36%
G=38.75%
B=46.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531431730.690.1700.3219553.144.31
Hex358FAD4511020c3352c
Octal65217255105210403036554
Binary1101011000111110101101100010110001010000011000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358FAD; }

 p { color: rgb(53,143,173); }

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

<style>
 a { background-color: #358FAD; }

 a { background-color: rgb(53,143,173); }

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

<style>
 span { border-color: #358FAD; }

 span { border-color: rgb(53,143,173); }

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