Html Css Color HEX #388BAC Boston Blue

📋 copy color: '#388BAC'

red 56 ◦ green 139 ◦ blue 172

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

Shades of Boston Blue #388BAC

Tints of Boston Blue #388BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 15.26%
G = 37.87%
B = 46.87%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388BAC (or 0x388BAC) is known color: Boston Blue. HEX triplet: 38, 8B and AC. RGB value is (56,139,172). Sum of RGB (Red+Green+Blue) = 56+139+172=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #388BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAC is #C77453. Grayscale: #757575. Windows color (decimal): -13071444 or 11307832. OLE color: 11307832.

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

Color convert

RGB 56 139 172 -
CMYK 0.67 0.19 0 0.33
HSL 197.07º 0.51% 0.45% -
HSV(B) 197.07º 0.67% 0.67% -
XYZ 18.31 22.28 42.37 -
YUV 117.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 56 139 172 0.67 0.19 0 0.33 197.07 0.51 0.45
Hex 38 8B AC 43 13 0 21 C5 33 2D
Octal 70 213 254 103 23 0 41 305 63 55
Binary 111000 10001011 10101100 1000011 10011 0 100001 11000101 110011 101101

Color Harmonies of #388BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BAC

Black with #388BAC

Text Example


Text Example

White with #388BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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