Html Css Color HEX #388AAC Boston Blue

📋 copy color: '#388AAC'

red 56 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #388AAC

Tints of Boston Blue #388AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 15.3%
G = 37.7%
B = 46.99%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#388AAC (or 0x388AAC) is known color: Boston Blue. HEX triplet: 38, 8A and AC. RGB value is (56,138,172). Sum of RGB (Red+Green+Blue) = 56+138+172=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #388AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAC is #C77553. Grayscale: #757575. Windows color (decimal): -13071700 or 11307576. OLE color: 11307576.

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

Color convert

RGB 56 138 172 -
CMYK 0.67 0.20 0 0.33
HSL 197.59º 0.51% 0.45% -
HSV(B) 197.59º 0.67% 0.67% -
XYZ 18.17 22 42.32 -
YUV 117.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 56 138 172 0.67 0.20 0 0.33 197.59 0.51 0.45
Hex 38 8A AC 43 14 0 21 C6 33 2D
Octal 70 212 254 103 24 0 41 306 63 55
Binary 111000 10001010 10101100 1000011 10100 0 100001 11000110 110011 101101

Color Harmonies of #388AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388AAC

Black with #388AAC

Text Example


Text Example

White with #388AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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