Html Css Color HEX #358AAE Boston Blue

📋 copy color: '#358AAE'

red 53 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #358AAE

Tints of Boston Blue #358AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 14.52%
G = 37.81%
B = 47.67%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#358AAE (or 0x358AAE) is known color: Boston Blue. HEX triplet: 35, 8A and AE. RGB value is (53,138,174). Sum of RGB (Red+Green+Blue) = 53+138+174=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #358AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAE is #CA7551. Grayscale: #747474. Windows color (decimal): -13268306 or 11438645. OLE color: 11438645.

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

Color convert

RGB 53 138 174 -
CMYK 0.70 0.21 0 0.32
HSL 197.85º 0.53% 0.45% -
HSV(B) 197.85º 0.7% 0.68% -
XYZ 18.2 21.99 43.33 -
YUV 116.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 53 138 174 0.70 0.21 0 0.32 197.85 0.53 0.45
Hex 35 8A AE 46 15 0 20 C6 35 2D
Octal 65 212 256 106 25 0 40 306 65 55
Binary 110101 10001010 10101110 1000110 10101 0 100000 11000110 110101 101101

Color Harmonies of #358AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AAE

Black with #358AAE

Text Example


Text Example

White with #358AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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