Html Css Color HEX #388BAA Boston Blue

📋 copy color: '#388BAA'

red 56 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #388BAA

Tints of Boston Blue #388BAA

RGB

 RED value IS 56 (22.27% from 255) = 15.34%

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 15.34%
G = 38.08%
B = 46.58%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388BAA (or 0x388BAA) is known color: Boston Blue. HEX triplet: 38, 8B and AA. RGB value is (56,139,170). Sum of RGB (Red+Green+Blue) = 56+139+170=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #388BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAA is #C77455. Grayscale: #757575. Windows color (decimal): -13071446 or 11176760. OLE color: 11176760.

HSL color Cylindrical-coordinate representation of color #388BAA: hue angle of 196.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388BAA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 139 170 -
CMYK 0.67 0.18 0 0.33
HSL 196.32º 0.5% 0.44% -
HSV(B) 196.32º 0.67% 0.67% -
XYZ 18.12 22.21 41.36 -
YUV 117.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 56 139 170 0.67 0.18 0 0.33 196.32 0.5 0.44
Hex 38 8B AA 43 12 0 21 C4 32 2C
Octal 70 213 252 103 22 0 41 304 62 54
Binary 111000 10001011 10101010 1000011 10010 0 100001 11000100 110010 101100

Color Harmonies of #388BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BAA

Black with #388BAA

Text Example


Text Example

White with #388BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388BAA; }

 p { color: rgb(56,139,170); }

 H1.HeaderClassName
 {
   color: #388BAA;
 }
 .AnyTagClassName
 {
   color: #388BAA;
 }
</style>

background-color css

<style>
 a { background-color: #388BAA; }

 a { background-color: rgb(56,139,170); }

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

border-color css

<style>
 span { border-color: #388BAA; }

 span { border-color: rgb(56,139,170); }

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