Html Css Color HEX #398EAC Boston Blue

📋 copy color: '#398EAC'

red 57 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #398EAC

Tints of Boston Blue #398EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 15.36%
G = 38.27%
B = 46.36%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#398EAC (or 0x398EAC) is known color: Boston Blue. HEX triplet: 39, 8E and AC. RGB value is (57,142,172). Sum of RGB (Red+Green+Blue) = 57+142+172=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #398EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398EAC is #C67153. Grayscale: #777777. Windows color (decimal): -13005140 or 11308601. OLE color: 11308601.

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

Color convert

RGB 57 142 172 -
CMYK 0.67 0.17 0 0.33
HSL 195.65º 0.5% 0.45% -
HSV(B) 195.65º 0.67% 0.67% -
XYZ 18.81 23.19 42.52 -
YUV 120.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 57 142 172 0.67 0.17 0 0.33 195.65 0.5 0.45
Hex 39 8E AC 43 11 0 21 C4 32 2D
Octal 71 216 254 103 21 0 41 304 62 55
Binary 111001 10001110 10101100 1000011 10001 0 100001 11000100 110010 101101

Color Harmonies of #398EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398EAC

Black with #398EAC

Text Example


Text Example

White with #398EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,142,172); }

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

background-color css

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

 a { background-color: rgb(57,142,172); }

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

border-color css

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

 span { border-color: rgb(57,142,172); }

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