#388eac

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

Shades of Boston Blue #388EAC

Tints of Boston Blue #388EAC

Color information

#388EAC (or 0x388EAC) is unknown color: approx Boston Blue. HEX triplet: 38, 8E and AC. RGB value is (56,142,172). Sum of RGB (Red+Green+Blue) = 56+142+172=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #388EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388EAC is #C77153. Grayscale: #777777. Windows color (decimal): -13070676 or 11308600. OLE color: 11308600.

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

Color convert

RGB56142172-
CMYK0.670.1700.33
HSL195.52º50.88%44.71%-
HSV(B)195.52º67.44%67.45%-
XYZ18.7523.1742.51-
YUV119.71157.5182.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=15.14%
G=38.38%
B=46.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561421720.670.1700.33195.5250.8844.71
Hex388EAC4311021c4332d
Octal70216254103210413046355
Binary1110001000111010101100100001110001010000111000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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