#388FA9

Color #388FA9 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #388FA9

Tints of Boston Blue #388FA9

Color information

#388FA9 (or 0x388FA9) is unknown color: approx Boston Blue. HEX triplet: 38, 8F and A9. RGB value is (56,143,169). Sum of RGB (Red+Green+Blue) = 56+143+169=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #388FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FA9 is #C77056. Grayscale: #777777. Windows color (decimal): -13070423 or 11112248. OLE color: 11112248.

HSL color Cylindrical-coordinate representation of color #388FA9: hue angle of 193.81º 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 #388FA9 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB56143169-
CMYK0.670.1500.34
HSL193.81º50.22%44.12%-
HSV(B)193.81º66.86%66.27%-
XYZ18.6123.3541.06-
YUV119.95155.6882.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=15.22%
G=38.86%
B=45.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561431690.670.1500.34193.8150.2244.12
Hex388FA943F022c2322c
Octal70217251103170423026254
Binary111000100011111010100110000111111010001011000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #388FA9;
 }
 .AnyTagClassName
 {
   color: #388FA9;
 }
</style>
background-color css

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

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

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

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

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

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