Html Css Color HEX #388DAD Boston Blue

📋 copy color: '#388DAD'

red 56 ◦ green 141 ◦ blue 173

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

Shades of Boston Blue #388DAD

Tints of Boston Blue #388DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 15.14%
G = 38.11%
B = 46.76%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#388DAD (or 0x388DAD) is known color: Boston Blue. HEX triplet: 38, 8D and AD. RGB value is (56,141,173). Sum of RGB (Red+Green+Blue) = 56+141+173=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #388DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAD is #C77252. Grayscale: #777777. Windows color (decimal): -13070931 or 11373880. OLE color: 11373880.

HSL color Cylindrical-coordinate representation of color #388DAD: hue angle of 196.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388DAD is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 141 173 -
CMYK 0.68 0.18 0 0.32
HSL 196.41º 0.51% 0.45% -
HSV(B) 196.41º 0.68% 0.68% -
XYZ 18.7 22.91 42.97 -
YUV 119.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 56 141 173 0.68 0.18 0 0.32 196.41 0.51 0.45
Hex 38 8D AD 44 12 0 20 C4 33 2D
Octal 70 215 255 104 22 0 40 304 63 55
Binary 111000 10001101 10101101 1000100 10010 0 100000 11000100 110011 101101

Color Harmonies of #388DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DAD

Black with #388DAD

Text Example


Text Example

White with #388DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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