Html Css Color HEX #388BAF Boston Blue

📋 copy color: '#388BAF'

red 56 ◦ green 139 ◦ blue 175

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

Shades of Boston Blue #388BAF

Tints of Boston Blue #388BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 15.14%
G = 37.57%
B = 47.3%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#388BAF (or 0x388BAF) is known color: Boston Blue. HEX triplet: 38, 8B and AF. RGB value is (56,139,175). Sum of RGB (Red+Green+Blue) = 56+139+175=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #388BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BAF is #C77450. Grayscale: #767676. Windows color (decimal): -13071441 or 11504440. OLE color: 11504440.

HSL color Cylindrical-coordinate representation of color #388BAF: hue angle of 198.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388BAF is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 139 175 -
CMYK 0.68 0.21 0 0.31
HSL 198.15º 0.52% 0.45% -
HSV(B) 198.15º 0.68% 0.69% -
XYZ 18.6 22.4 43.9 -
YUV 118.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 56 139 175 0.68 0.21 0 0.31 198.15 0.52 0.45
Hex 38 8B AF 44 15 0 1F C6 34 2D
Octal 70 213 257 104 25 0 37 306 64 55
Binary 111000 10001011 10101111 1000100 10101 0 11111 11000110 110100 101101

Color Harmonies of #388BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BAF

Black with #388BAF

Text Example


Text Example

White with #388BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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