Html Css Color HEX #398DAE Boston Blue

📋 copy color: '#398DAE'

red 57 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #398DAE

Tints of Boston Blue #398DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 15.32%
G = 37.9%
B = 46.77%

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

#398DAE (or 0x398DAE) is known color: Boston Blue. HEX triplet: 39, 8D and AE. RGB value is (57,141,174). Sum of RGB (Red+Green+Blue) = 57+141+174=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #398DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398DAE is #C67251. Grayscale: #777777. Windows color (decimal): -13005394 or 11439417. OLE color: 11439417.

HSL color Cylindrical-coordinate representation of color #398DAE: hue angle of 196.92º degrees, saturation: 0.51, 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 #398DAE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 141 174 -
CMYK 0.67 0.19 0 0.32
HSL 196.92º 0.51% 0.45% -
HSV(B) 196.92º 0.67% 0.68% -
XYZ 18.85 22.98 43.49 -
YUV 119.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 57 141 174 0.67 0.19 0 0.32 196.92 0.51 0.45
Hex 39 8D AE 43 13 0 20 C5 33 2D
Octal 71 215 256 103 23 0 40 305 63 55
Binary 111001 10001101 10101110 1000011 10011 0 100000 11000101 110011 101101

Color Harmonies of #398DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DAE

Black with #398DAE

Text Example


Text Example

White with #398DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,141,174); }

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

background-color css

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

 a { background-color: rgb(57,141,174); }

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

border-color css

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

 span { border-color: rgb(57,141,174); }

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