Html Css Color HEX #388EAE Boston Blue

📋 copy color: '#388EAE'

red 56 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #388EAE

Tints of Boston Blue #388EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 15.05%
G = 38.17%
B = 46.77%

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

#388EAE (or 0x388EAE) is known color: Boston Blue. HEX triplet: 38, 8E and AE. RGB value is (56,142,174). Sum of RGB (Red+Green+Blue) = 56+142+174=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #388EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388EAE is #C77151. Grayscale: #777777. Windows color (decimal): -13070674 or 11439672. OLE color: 11439672.

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

Color convert

RGB 56 142 174 -
CMYK 0.68 0.18 0 0.32
HSL 196.27º 0.51% 0.45% -
HSV(B) 196.27º 0.68% 0.68% -
XYZ 18.94 23.24 43.53 -
YUV 119.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 56 142 174 0.68 0.18 0 0.32 196.27 0.51 0.45
Hex 38 8E AE 44 12 0 20 C4 33 2D
Octal 70 216 256 104 22 0 40 304 63 55
Binary 111000 10001110 10101110 1000100 10010 0 100000 11000100 110011 101101

Color Harmonies of #388EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388EAE

Black with #388EAE

Text Example


Text Example

White with #388EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,142,174); }

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

background-color css

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

 a { background-color: rgb(56,142,174); }

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

border-color css

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

 span { border-color: rgb(56,142,174); }

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