Html Css Color HEX #358DAF Boston Blue

📋 copy color: '#358DAF'

red 53 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #358DAF

Tints of Boston Blue #358DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 14.36%
G = 38.21%
B = 47.43%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#358DAF (or 0x358DAF) is known color: Boston Blue. HEX triplet: 35, 8D and AF. RGB value is (53,141,175). Sum of RGB (Red+Green+Blue) = 53+141+175=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #358DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DAF is #CA7250. Grayscale: #767676. Windows color (decimal): -13267537 or 11504949. OLE color: 11504949.

HSL color Cylindrical-coordinate representation of color #358DAF: hue angle of 196.72º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358DAF is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 141 175 -
CMYK 0.70 0.19 0 0.31
HSL 196.72º 0.54% 0.45% -
HSV(B) 196.72º 0.7% 0.69% -
XYZ 18.73 22.9 43.99 -
YUV 118.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 53 141 175 0.70 0.19 0 0.31 196.72 0.54 0.45
Hex 35 8D AF 46 13 0 1F C5 36 2D
Octal 65 215 257 106 23 0 37 305 66 55
Binary 110101 10001101 10101111 1000110 10011 0 11111 11000101 110110 101101

Color Harmonies of #358DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DAF

Black with #358DAF

Text Example


Text Example

White with #358DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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