Html Css Color HEX #388CA9 Boston Blue

📋 copy color: '#388CA9'

red 56 ◦ green 140 ◦ blue 169

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

Shades of Boston Blue #388CA9

Tints of Boston Blue #388CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.3%

R = 15.34%
G = 38.36%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#388CA9 (or 0x388CA9) is known color: Boston Blue. HEX triplet: 38, 8C and A9. RGB value is (56,140,169). Sum of RGB (Red+Green+Blue) = 56+140+169=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #388CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CA9 is #C77356. Grayscale: #757575. Windows color (decimal): -13071191 or 11111480. OLE color: 11111480.

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

Color convert

RGB 56 140 169 -
CMYK 0.67 0.17 0 0.34
HSL 195.4º 0.5% 0.44% -
HSV(B) 195.4º 0.67% 0.66% -
XYZ 18.17 22.46 40.91 -
YUV 118.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 56 140 169 0.67 0.17 0 0.34 195.4 0.5 0.44
Hex 38 8C A9 43 11 0 22 C3 32 2C
Octal 70 214 251 103 21 0 42 303 62 54
Binary 111000 10001100 10101001 1000011 10001 0 100010 11000011 110010 101100

Color Harmonies of #388CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CA9

Black with #388CA9

Text Example


Text Example

White with #388CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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