Html Css Color HEX #398CAD Boston Blue

📋 copy color: '#398CAD'

red 57 ◦ green 140 ◦ blue 173

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

Shades of Boston Blue #398CAD

Tints of Boston Blue #398CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 15.41%
G = 37.84%
B = 46.76%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#398CAD (or 0x398CAD) is known color: Boston Blue. HEX triplet: 39, 8C and AD. RGB value is (57,140,173). Sum of RGB (Red+Green+Blue) = 57+140+173=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #398CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398CAD is #C67352. Grayscale: #767676. Windows color (decimal): -13005651 or 11373625. OLE color: 11373625.

HSL color Cylindrical-coordinate representation of color #398CAD: hue angle of 197.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398CAD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 140 173 -
CMYK 0.67 0.19 0 0.32
HSL 197.07º 0.5% 0.45% -
HSV(B) 197.07º 0.67% 0.68% -
XYZ 18.61 22.64 42.92 -
YUV 118.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 57 140 173 0.67 0.19 0 0.32 197.07 0.5 0.45
Hex 39 8C AD 43 13 0 20 C5 32 2D
Octal 71 214 255 103 23 0 40 305 62 55
Binary 111001 10001100 10101101 1000011 10011 0 100000 11000101 110010 101101

Color Harmonies of #398CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CAD

Black with #398CAD

Text Example


Text Example

White with #398CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,140,173); }

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

background-color css

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

 a { background-color: rgb(57,140,173); }

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

border-color css

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

 span { border-color: rgb(57,140,173); }

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