#358AAB

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

Shades of Boston Blue #358AAB

Tints of Boston Blue #358AAB

Color information

#358AAB (or 0x358AAB) is unknown color: approx Boston Blue. HEX triplet: 35, 8A and AB. RGB value is (53,138,171). Sum of RGB (Red+Green+Blue) = 53+138+171=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #358AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAB is #CA7554. Grayscale: #747474. Windows color (decimal): -13268309 or 11242037. OLE color: 11242037.

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

Color convert

RGB53138171-
CMYK0.690.1900.33
HSL196.78º52.68%43.92%-
HSV(B)196.78º69.01%67.06%-
XYZ17.9121.8741.81-
YUV116.35158.8482.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=14.64%
G=38.12%
B=47.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531381710.690.1900.33196.7852.6843.92
Hex358AAB4513021c5352c
Octal65212253105230413056554
Binary1101011000101010101011100010110011010000111000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,171); }

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

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

 a { background-color: rgb(53,138,171); }

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

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

 span { border-color: rgb(53,138,171); }

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