Html Css Color HEX #358BAE Boston Blue

📋 copy color: '#358BAE'

red 53 ◦ green 139 ◦ blue 174

#358BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #358BAE

Tints of Boston Blue #358BAE

RGB

 RED value IS 53 (21.09% from 255) = 14.48%

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 14.48%
G = 37.98%
B = 47.54%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#358BAE (or 0x358BAE) is known color: Boston Blue. HEX triplet: 35, 8B and AE. RGB value is (53,139,174). Sum of RGB (Red+Green+Blue) = 53+139+174=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #358BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358BAE is #CA7451. Grayscale: #757575. Windows color (decimal): -13268050 or 11438901. OLE color: 11438901.

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

Color convert

RGB 53 139 174 -
CMYK 0.70 0.20 0 0.32
HSL 197.36º 0.53% 0.45% -
HSV(B) 197.36º 0.7% 0.68% -
XYZ 18.34 22.28 43.38 -
YUV 117.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 53 139 174 0.70 0.20 0 0.32 197.36 0.53 0.45
Hex 35 8B AE 46 14 0 20 C5 35 2D
Octal 65 213 256 106 24 0 40 305 65 55
Binary 110101 10001011 10101110 1000110 10100 0 100000 11000101 110101 101101

Color Harmonies of #358BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BAE

Black with #358BAE

Text Example


Text Example

White with #358BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358BAE;
 }
 .AnyTagClassName
 {
   color: #358BAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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