Html Css Color HEX #358BAC Boston Blue

📋 copy color: '#358BAC'

red 53 ◦ green 139 ◦ blue 172

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

Shades of Boston Blue #358BAC

Tints of Boston Blue #358BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 14.56%
G = 38.19%
B = 47.25%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#358BAC (or 0x358BAC) is known color: Boston Blue. HEX triplet: 35, 8B and AC. RGB value is (53,139,172). Sum of RGB (Red+Green+Blue) = 53+139+172=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #358BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358BAC is #CA7453. Grayscale: #747474. Windows color (decimal): -13268052 or 11307829. OLE color: 11307829.

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

Color convert

RGB 53 139 172 -
CMYK 0.69 0.19 0 0.33
HSL 196.64º 0.53% 0.44% -
HSV(B) 196.64º 0.69% 0.67% -
XYZ 18.15 22.2 42.36 -
YUV 117.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 53 139 172 0.69 0.19 0 0.33 196.64 0.53 0.44
Hex 35 8B AC 45 13 0 21 C5 35 2C
Octal 65 213 254 105 23 0 41 305 65 54
Binary 110101 10001011 10101100 1000101 10011 0 100001 11000101 110101 101100

Color Harmonies of #358BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BAC

Black with #358BAC

Text Example


Text Example

White with #358BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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