Html Css Color HEX #388EAC Boston Blue

📋 copy color: '#388EAC'

red 56 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #388EAC

Tints of Boston Blue #388EAC

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 value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388EAC (or 0x388EAC) is known color: 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

RGB 56 142 172 -
CMYK 0.67 0.17 0 0.33
HSL 195.52º 0.51% 0.45% -
HSV(B) 195.52º 0.67% 0.67% -
XYZ 18.75 23.17 42.51 -
YUV 119.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 56 142 172 0.67 0.17 0 0.33 195.52 0.51 0.45
Hex 38 8E AC 43 11 0 21 C4 33 2D
Octal 70 216 254 103 21 0 41 304 63 55
Binary 111000 10001110 10101100 1000011 10001 0 100001 11000100 110011 101101

Color Harmonies of #388EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388EAC

Black with #388EAC

Text Example


Text Example

White with #388EAC

Text Example


Text Example

HTML Codes & Css Web 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>