#358EAE

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

Shades of Boston Blue #358EAE

Tints of Boston Blue #358EAE

Color information

#358EAE (or 0x358EAE) is unknown color: approx Boston Blue. HEX triplet: 35, 8E and AE. RGB value is (53,142,174). Sum of RGB (Red+Green+Blue) = 53+142+174=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #358EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EAE is #CA7151. Grayscale: #767676. Windows color (decimal): -13267282 or 11439669. OLE color: 11439669.

HSL color Cylindrical-coordinate representation of color #358EAE: hue angle of 195.87º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358EAE is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53142174-
CMYK0.700.1800.32
HSL195.87º53.3%44.51%-
HSV(B)195.87º69.54%68.24%-
XYZ18.7823.1643.52-
YUV119.04159.0180.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=14.36%
G=38.48%
B=47.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531421740.700.1800.32195.8753.344.51
Hex358EAE4612020c4352d
Octal65216256106220403046555
Binary1101011000111010101110100011010010010000011000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,174); }

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

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

 a { background-color: rgb(53,142,174); }

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

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

 span { border-color: rgb(53,142,174); }

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