Html Css Color HEX #388CAC Boston Blue

📋 copy color: '#388CAC'

red 56 ◦ green 140 ◦ blue 172

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

Shades of Boston Blue #388CAC

Tints of Boston Blue #388CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 15.22%
G = 38.04%
B = 46.74%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388CAC (or 0x388CAC) is known color: Boston Blue. HEX triplet: 38, 8C and AC. RGB value is (56,140,172). Sum of RGB (Red+Green+Blue) = 56+140+172=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #388CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CAC is #C77353. Grayscale: #767676. Windows color (decimal): -13071188 or 11308088. OLE color: 11308088.

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

Color convert

RGB 56 140 172 -
CMYK 0.67 0.19 0 0.33
HSL 196.55º 0.51% 0.45% -
HSV(B) 196.55º 0.67% 0.67% -
XYZ 18.46 22.58 42.41 -
YUV 118.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 56 140 172 0.67 0.19 0 0.33 196.55 0.51 0.45
Hex 38 8C AC 43 13 0 21 C5 33 2D
Octal 70 214 254 103 23 0 41 305 63 55
Binary 111000 10001100 10101100 1000011 10011 0 100001 11000101 110011 101101

Color Harmonies of #388CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CAC

Black with #388CAC

Text Example


Text Example

White with #388CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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