#358EAD

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

Shades of Boston Blue #358EAD

Tints of Boston Blue #358EAD

Color information

#358EAD (or 0x358EAD) is unknown color: approx Boston Blue. HEX triplet: 35, 8E and AD. RGB value is (53,142,173). Sum of RGB (Red+Green+Blue) = 53+142+173=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #358EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EAD is #CA7152. Grayscale: #767676. Windows color (decimal): -13267283 or 11374133. OLE color: 11374133.

HSL color Cylindrical-coordinate representation of color #358EAD: hue angle of 195.5º 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 #358EAD is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53142173-
CMYK0.690.1800.32
HSL195.5º53.1%44.31%-
HSV(B)195.5º69.36%67.84%-
XYZ18.6823.1243.01-
YUV118.92158.5180.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=14.40%
G=38.59%
B=47.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531421730.690.1800.32195.553.144.31
Hex358EAD4512020c4352c
Octal65216255105220403046554
Binary1101011000111010101101100010110010010000011000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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