Html Css Color HEX #388DAB Boston Blue

📋 copy color: '#388DAB'

red 56 ◦ green 141 ◦ blue 171

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

Shades of Boston Blue #388DAB

Tints of Boston Blue #388DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 15.22%
G = 38.32%
B = 46.47%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388DAB (or 0x388DAB) is known color: Boston Blue. HEX triplet: 38, 8D and AB. RGB value is (56,141,171). Sum of RGB (Red+Green+Blue) = 56+141+171=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #388DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAB is #C77254. Grayscale: #767676. Windows color (decimal): -13070933 or 11242808. OLE color: 11242808.

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

Color convert

RGB 56 141 171 -
CMYK 0.67 0.18 0 0.33
HSL 195.65º 0.51% 0.45% -
HSV(B) 195.65º 0.67% 0.67% -
XYZ 18.51 22.83 41.96 -
YUV 119.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 56 141 171 0.67 0.18 0 0.33 195.65 0.51 0.45
Hex 38 8D AB 43 12 0 21 C4 33 2D
Octal 70 215 253 103 22 0 41 304 63 55
Binary 111000 10001101 10101011 1000011 10010 0 100001 11000100 110011 101101

Color Harmonies of #388DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DAB

Black with #388DAB

Text Example


Text Example

White with #388DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,171); }

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

background-color css

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

 a { background-color: rgb(56,141,171); }

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

border-color css

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

 span { border-color: rgb(56,141,171); }

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