Html Css Color HEX #358CAB Boston Blue

📋 copy color: '#358CAB'

red 53 ◦ green 140 ◦ blue 171

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

Shades of Boston Blue #358CAB

Tints of Boston Blue #358CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 14.56%
G = 38.46%
B = 46.98%

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

#358CAB (or 0x358CAB) is known color: Boston Blue. HEX triplet: 35, 8C and AB. RGB value is (53,140,171). Sum of RGB (Red+Green+Blue) = 53+140+171=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #358CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CAB is #CA7354. Grayscale: #757575. Windows color (decimal): -13267797 or 11242549. OLE color: 11242549.

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

Color convert

RGB 53 140 171 -
CMYK 0.69 0.18 0 0.33
HSL 195.76º 0.53% 0.44% -
HSV(B) 195.76º 0.69% 0.67% -
XYZ 18.2 22.45 41.9 -
YUV 117.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 53 140 171 0.69 0.18 0 0.33 195.76 0.53 0.44
Hex 35 8C AB 45 12 0 21 C4 35 2C
Octal 65 214 253 105 22 0 41 304 65 54
Binary 110101 10001100 10101011 1000101 10010 0 100001 11000100 110101 101100

Color Harmonies of #358CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CAB

Black with #358CAB

Text Example


Text Example

White with #358CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,171); }

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

background-color css

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

 a { background-color: rgb(53,140,171); }

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

border-color css

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

 span { border-color: rgb(53,140,171); }

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