Html Css Color HEX #388CAA Boston Blue

📋 copy color: '#388CAA'

red 56 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #388CAA

Tints of Boston Blue #388CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 15.3%
G = 38.25%
B = 46.45%

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

#388CAA (or 0x388CAA) is known color: Boston Blue. HEX triplet: 38, 8C and AA. RGB value is (56,140,170). Sum of RGB (Red+Green+Blue) = 56+140+170=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #388CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CAA is #C77355. Grayscale: #767676. Windows color (decimal): -13071190 or 11177016. OLE color: 11177016.

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

Color convert

RGB 56 140 170 -
CMYK 0.67 0.18 0 0.33
HSL 195.79º 0.5% 0.44% -
HSV(B) 195.79º 0.67% 0.67% -
XYZ 18.26 22.5 41.41 -
YUV 118.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 56 140 170 0.67 0.18 0 0.33 195.79 0.5 0.44
Hex 38 8C AA 43 12 0 21 C4 32 2C
Octal 70 214 252 103 22 0 41 304 62 54
Binary 111000 10001100 10101010 1000011 10010 0 100001 11000100 110010 101100

Color Harmonies of #388CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CAA

Black with #388CAA

Text Example


Text Example

White with #388CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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