Html Css Color HEX #388CA7 Boston Blue

📋 copy color: '#388CA7'

red 56 ◦ green 140 ◦ blue 167

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

Shades of Boston Blue #388CA7

Tints of Boston Blue #388CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 15.43%
G = 38.57%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#388CA7 (or 0x388CA7) is known color: Boston Blue. HEX triplet: 38, 8C and A7. RGB value is (56,140,167). Sum of RGB (Red+Green+Blue) = 56+140+167=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #388CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CA7 is #C77358. Grayscale: #757575. Windows color (decimal): -13071193 or 10980408. OLE color: 10980408.

HSL color Cylindrical-coordinate representation of color #388CA7: hue angle of 194.59º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388CA7 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 140 167 -
CMYK 0.66 0.16 0 0.35
HSL 194.59º 0.5% 0.44% -
HSV(B) 194.59º 0.66% 0.65% -
XYZ 17.98 22.39 39.93 -
YUV 117.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 56 140 167 0.66 0.16 0 0.35 194.59 0.5 0.44
Hex 38 8C A7 42 10 0 23 C3 32 2C
Octal 70 214 247 102 20 0 43 303 62 54
Binary 111000 10001100 10100111 1000010 10000 0 100011 11000011 110010 101100

Color Harmonies of #388CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CA7

Black with #388CA7

Text Example


Text Example

White with #388CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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