Html Css Color HEX #398CAF Boston Blue

📋 copy color: '#398CAF'

red 57 ◦ green 140 ◦ blue 175

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

Shades of Boston Blue #398CAF

Tints of Boston Blue #398CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 15.32%
G = 37.63%
B = 47.04%

CMYK

 C value IS 0.67

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#398CAF (or 0x398CAF) is known color: Boston Blue. HEX triplet: 39, 8C and AF. RGB value is (57,140,175). Sum of RGB (Red+Green+Blue) = 57+140+175=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #398CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398CAF is #C67350. Grayscale: #767676. Windows color (decimal): -13005649 or 11504697. OLE color: 11504697.

HSL color Cylindrical-coordinate representation of color #398CAF: hue angle of 197.8º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398CAF is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 140 175 -
CMYK 0.67 0.2 0 0.31
HSL 197.8º 0.51% 0.45% -
HSV(B) 197.8º 0.67% 0.69% -
XYZ 18.8 22.72 43.95 -
YUV 119.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 57 140 175 0.67 0.2 0 0.31 197.8 0.51 0.45
Hex 39 8C AF 43 14 0 1F C6 33 2D
Octal 71 214 257 103 24 0 37 306 63 55
Binary 111001 10001100 10101111 1000011 10100 0 11111 11000110 110011 101101

Color Harmonies of #398CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CAF

Black with #398CAF

Text Example


Text Example

White with #398CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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