Html Css Color HEX #388DAE Boston Blue

📋 copy color: '#388DAE'

red 56 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #388DAE

Tints of Boston Blue #388DAE

RGB

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

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

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

R = 15.09%
G = 38.01%
B = 46.9%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#388DAE (or 0x388DAE) is known color: Boston Blue. HEX triplet: 38, 8D and AE. RGB value is (56,141,174). Sum of RGB (Red+Green+Blue) = 56+141+174=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #388DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAE is #C77251. Grayscale: #777777. Windows color (decimal): -13070930 or 11439416. OLE color: 11439416.

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

Color convert

RGB 56 141 174 -
CMYK 0.68 0.19 0 0.32
HSL 196.78º 0.51% 0.45% -
HSV(B) 196.78º 0.68% 0.68% -
XYZ 18.8 22.95 43.48 -
YUV 119.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 56 141 174 0.68 0.19 0 0.32 196.78 0.51 0.45
Hex 38 8D AE 44 13 0 20 C5 33 2D
Octal 70 215 256 104 23 0 40 305 63 55
Binary 111000 10001101 10101110 1000100 10011 0 100000 11000101 110011 101101

Color Harmonies of #388DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DAE

Black with #388DAE

Text Example


Text Example

White with #388DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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