Html Css Color HEX #398BA6 Boston Blue

📋 copy color: '#398BA6'

red 57 ◦ green 139 ◦ blue 166

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

Shades of Boston Blue #398BA6

Tints of Boston Blue #398BA6

RGB

 RED value IS 57 (22.66% from 255) = 15.75%

 GREEN value IS 139 (54.69% from 255) = 38.4%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 15.75%
G = 38.4%
B = 45.86%

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

#398BA6 (or 0x398BA6) is known color: Boston Blue. HEX triplet: 39, 8B and A6. RGB value is (57,139,166). Sum of RGB (Red+Green+Blue) = 57+139+166=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #398BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398BA6 is #C67459. Grayscale: #757575. Windows color (decimal): -13005914 or 10914617. OLE color: 10914617.

HSL color Cylindrical-coordinate representation of color #398BA6: hue angle of 194.86º degrees, saturation: 0.49, 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 #398BA6 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 139 166 -
CMYK 0.66 0.16 0 0.35
HSL 194.86º 0.49% 0.44% -
HSV(B) 194.86º 0.66% 0.65% -
XYZ 17.8 22.09 39.4 -
YUV 117.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 57 139 166 0.66 0.16 0 0.35 194.86 0.49 0.44
Hex 39 8B A6 42 10 0 23 C3 31 2C
Octal 71 213 246 102 20 0 43 303 61 54
Binary 111001 10001011 10100110 1000010 10000 0 100011 11000011 110001 101100

Color Harmonies of #398BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BA6

Black with #398BA6

Text Example


Text Example

White with #398BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398BA6; }

 p { color: rgb(57,139,166); }

 H1.HeaderClassName
 {
   color: #398BA6;
 }
 .AnyTagClassName
 {
   color: #398BA6;
 }
</style>

background-color css

<style>
 a { background-color: #398BA6; }

 a { background-color: rgb(57,139,166); }

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

border-color css

<style>
 span { border-color: #398BA6; }

 span { border-color: rgb(57,139,166); }

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