Html Css Color HEX #358AAC Boston Blue

📋 copy color: '#358AAC'

red 53 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #358AAC

Tints of Boston Blue #358AAC

RGB

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

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

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

R = 14.6%
G = 38.02%
B = 47.38%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#358AAC (or 0x358AAC) is known color: Boston Blue. HEX triplet: 35, 8A and AC. RGB value is (53,138,172). Sum of RGB (Red+Green+Blue) = 53+138+172=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #358AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AAC is #CA7553. Grayscale: #747474. Windows color (decimal): -13268308 or 11307573. OLE color: 11307573.

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

Color convert

RGB 53 138 172 -
CMYK 0.69 0.20 0 0.33
HSL 197.14º 0.53% 0.44% -
HSV(B) 197.14º 0.69% 0.67% -
XYZ 18 21.91 42.31 -
YUV 116.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 53 138 172 0.69 0.20 0 0.33 197.14 0.53 0.44
Hex 35 8A AC 45 14 0 21 C5 35 2C
Octal 65 212 254 105 24 0 41 305 65 54
Binary 110101 10001010 10101100 1000101 10100 0 100001 11000101 110101 101100

Color Harmonies of #358AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AAC

Black with #358AAC

Text Example


Text Example

White with #358AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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