Html Css Color HEX #358DAC Boston Blue

📋 copy color: '#358DAC'

red 53 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #358DAC

Tints of Boston Blue #358DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 14.48%
G = 38.52%
B = 46.99%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#358DAC (or 0x358DAC) is known color: Boston Blue. HEX triplet: 35, 8D and AC. RGB value is (53,141,172). Sum of RGB (Red+Green+Blue) = 53+141+172=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #358DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DAC is #CA7253. Grayscale: #767676. Windows color (decimal): -13267540 or 11308341. OLE color: 11308341.

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

Color convert

RGB 53 141 172 -
CMYK 0.69 0.18 0 0.33
HSL 195.63º 0.53% 0.44% -
HSV(B) 195.63º 0.69% 0.67% -
XYZ 18.44 22.79 42.46 -
YUV 118.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 53 141 172 0.69 0.18 0 0.33 195.63 0.53 0.44
Hex 35 8D AC 45 12 0 21 C4 35 2C
Octal 65 215 254 105 22 0 41 304 65 54
Binary 110101 10001101 10101100 1000101 10010 0 100001 11000100 110101 101100

Color Harmonies of #358DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DAC

Black with #358DAC

Text Example


Text Example

White with #358DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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