#358EAC

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

Shades of Boston Blue #358EAC

Tints of Boston Blue #358EAC

Color information

#358EAC (or 0x358EAC) is unknown color: approx Boston Blue. HEX triplet: 35, 8E and AC. RGB value is (53,142,172). Sum of RGB (Red+Green+Blue) = 53+142+172=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #358EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EAC is #CA7153. Grayscale: #767676. Windows color (decimal): -13267284 or 11308597. OLE color: 11308597.

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

Color convert

RGB53142172-
CMYK0.690.1700.33
HSL195.13º52.89%44.12%-
HSV(B)195.13º69.19%67.45%-
XYZ18.5923.0842.51-
YUV118.81158.0181.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=14.44%
G=38.69%
B=46.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531421720.690.1700.33195.1352.8944.12
Hex358EAC4511021c3352c
Octal65216254105210413036554
Binary1101011000111010101100100010110001010000111000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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