Html Css Color HEX #358FB3 Boston Blue

📋 copy color: '#358FB3'

red 53 ◦ green 143 ◦ blue 179

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

Shades of Boston Blue #358FB3

Tints of Boston Blue #358FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 14.13%
G = 38.13%
B = 47.73%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#358FB3 (or 0x358FB3) is known color: Boston Blue. HEX triplet: 35, 8F and B3. RGB value is (53,143,179). Sum of RGB (Red+Green+Blue) = 53+143+179=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #358FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FB3 is #CA704C. Grayscale: #777777. Windows color (decimal): -13267021 or 11767605. OLE color: 11767605.

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

Color convert

RGB 53 143 179 -
CMYK 0.70 0.20 0 0.30
HSL 197.14º 0.54% 0.45% -
HSV(B) 197.14º 0.7% 0.7% -
XYZ 19.43 23.66 46.19 -
YUV 120.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 53 143 179 0.70 0.20 0 0.30 197.14 0.54 0.45
Hex 35 8F B3 46 14 0 1E C5 36 2D
Octal 65 217 263 106 24 0 36 305 66 55
Binary 110101 10001111 10110011 1000110 10100 0 11110 11000101 110110 101101

Color Harmonies of #358FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FB3

Black with #358FB3

Text Example


Text Example

White with #358FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,179); }

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

background-color css

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

 a { background-color: rgb(53,143,179); }

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

border-color css

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

 span { border-color: rgb(53,143,179); }

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