Html Css Color HEX #358DAD Boston Blue

📋 copy color: '#358DAD'

red 53 ◦ green 141 ◦ blue 173

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

Shades of Boston Blue #358DAD

Tints of Boston Blue #358DAD

RGB

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

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

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

R = 14.44%
G = 38.42%
B = 47.14%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#358DAD (or 0x358DAD) is known color: Boston Blue. HEX triplet: 35, 8D and AD. RGB value is (53,141,173). Sum of RGB (Red+Green+Blue) = 53+141+173=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #358DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DAD is #CA7252. Grayscale: #767676. Windows color (decimal): -13267539 or 11373877. OLE color: 11373877.

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

Color convert

RGB 53 141 173 -
CMYK 0.69 0.18 0 0.32
HSL 196º 0.53% 0.44% -
HSV(B) 196º 0.69% 0.68% -
XYZ 18.54 22.82 42.96 -
YUV 118.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 53 141 173 0.69 0.18 0 0.32 196 0.53 0.44
Hex 35 8D AD 45 12 0 20 C4 35 2C
Octal 65 215 255 105 22 0 40 304 65 54
Binary 110101 10001101 10101101 1000101 10010 0 100000 11000100 110101 101100

Color Harmonies of #358DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DAD

Black with #358DAD

Text Example


Text Example

White with #358DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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