Html Css Color HEX #358AAD Boston Blue

📋 copy color: '#358AAD'

red 53 ◦ green 138 ◦ blue 173

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

Shades of Boston Blue #358AAD

Tints of Boston Blue #358AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 14.56%
G = 37.91%
B = 47.53%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#358AAD (or 0x358AAD) is known color: Boston Blue. HEX triplet: 35, 8A and AD. RGB value is (53,138,173). Sum of RGB (Red+Green+Blue) = 53+138+173=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #358AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAD is #CA7552. Grayscale: #747474. Windows color (decimal): -13268307 or 11373109. OLE color: 11373109.

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

Color convert

RGB 53 138 173 -
CMYK 0.69 0.20 0 0.32
HSL 197.5º 0.53% 0.44% -
HSV(B) 197.5º 0.69% 0.68% -
XYZ 18.1 21.95 42.82 -
YUV 116.58 159.84 82.65 -
System Red Green Blue C M Y K H S L
Decimal 53 138 173 0.69 0.20 0 0.32 197.5 0.53 0.44
Hex 35 8A AD 45 14 0 20 C6 35 2C
Octal 65 212 255 105 24 0 40 306 65 54
Binary 110101 10001010 10101101 1000101 10100 0 100000 11000110 110101 101100

Color Harmonies of #358AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AAD

Black with #358AAD

Text Example


Text Example

White with #358AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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