#388FAA

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

Shades of Boston Blue #388FAA

Tints of Boston Blue #388FAA

Color information

#388FAA (or 0x388FAA) is unknown color: approx Boston Blue. HEX triplet: 38, 8F and AA. RGB value is (56,143,170). Sum of RGB (Red+Green+Blue) = 56+143+170=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #388FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FAA is #C77055. Grayscale: #777777. Windows color (decimal): -13070422 or 11177784. OLE color: 11177784.

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

Color convert

RGB56143170-
CMYK0.670.1600.33
HSL194.21º50.44%44.31%-
HSV(B)194.21º67.06%66.67%-
XYZ18.7123.3941.56-
YUV120.06156.1882.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=15.18%
G=38.75%
B=46.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561431700.670.1600.33194.2150.4444.31
Hex388FAA4310021c2322c
Octal70217252103200413026254
Binary1110001000111110101010100001110000010000111000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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