Html Css Color HEX #388AAA Boston Blue

📋 copy color: '#388AAA'

red 56 ◦ green 138 ◦ blue 170

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

Shades of Boston Blue #388AAA

Tints of Boston Blue #388AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 15.38%
G = 37.91%
B = 46.7%

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

#388AAA (or 0x388AAA) is known color: Boston Blue. HEX triplet: 38, 8A and AA. RGB value is (56,138,170). Sum of RGB (Red+Green+Blue) = 56+138+170=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #388AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAA is #C77555. Grayscale: #747474. Windows color (decimal): -13071702 or 11176504. OLE color: 11176504.

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

Color convert

RGB 56 138 170 -
CMYK 0.67 0.19 0 0.33
HSL 196.84º 0.5% 0.44% -
HSV(B) 196.84º 0.67% 0.67% -
XYZ 17.98 21.92 41.31 -
YUV 117.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 56 138 170 0.67 0.19 0 0.33 196.84 0.5 0.44
Hex 38 8A AA 43 13 0 21 C5 32 2C
Octal 70 212 252 103 23 0 41 305 62 54
Binary 111000 10001010 10101010 1000011 10011 0 100001 11000101 110010 101100

Color Harmonies of #388AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388AAA

Black with #388AAA

Text Example


Text Example

White with #388AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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