Html Css Color HEX #388BA9 Boston Blue

📋 copy color: '#388BA9'

red 56 ◦ green 139 ◦ blue 169

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

Shades of Boston Blue #388BA9

Tints of Boston Blue #388BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.43%

R = 15.38%
G = 38.19%
B = 46.43%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#388BA9 (or 0x388BA9) is known color: Boston Blue. HEX triplet: 38, 8B and A9. RGB value is (56,139,169). Sum of RGB (Red+Green+Blue) = 56+139+169=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #388BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BA9 is #C77456. Grayscale: #757575. Windows color (decimal): -13071447 or 11111224. OLE color: 11111224.

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

Color convert

RGB 56 139 169 -
CMYK 0.67 0.18 0 0.34
HSL 195.93º 0.5% 0.44% -
HSV(B) 195.93º 0.67% 0.66% -
XYZ 18.02 22.17 40.87 -
YUV 117.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 56 139 169 0.67 0.18 0 0.34 195.93 0.5 0.44
Hex 38 8B A9 43 12 0 22 C4 32 2C
Octal 70 213 251 103 22 0 42 304 62 54
Binary 111000 10001011 10101001 1000011 10010 0 100010 11000100 110010 101100

Color Harmonies of #388BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BA9

Black with #388BA9

Text Example


Text Example

White with #388BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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