#388EB4

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

Shades of Boston Blue #388EB4

Tints of Boston Blue #388EB4

Color information

#388EB4 (or 0x388EB4) is unknown color: approx Boston Blue. HEX triplet: 38, 8E and B4. RGB value is (56,142,180). Sum of RGB (Red+Green+Blue) = 56+142+180=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #388EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EB4 is #C7714B. Grayscale: #787878. Windows color (decimal): -13070668 or 11832888. OLE color: 11832888.

HSL color Cylindrical-coordinate representation of color #388EB4: hue angle of 198.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388EB4 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56142180-
CMYK0.690.2100.29
HSL198.39º52.54%46.27%-
HSV(B)198.39º68.89%70.59%-
XYZ19.5423.4846.68-
YUV120.62161.5181.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.81%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=14.81%
G=37.57%
B=47.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561421800.690.2100.29198.3952.5446.27
Hex388EB4451501Dc6352e
Octal70216264105250353066556
Binary111000100011101011010010001011010101110111000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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