Html Css Color HEX #398CAB Boston Blue

📋 copy color: '#398CAB'

red 57 ◦ green 140 ◦ blue 171

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

Shades of Boston Blue #398CAB

Tints of Boston Blue #398CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 15.49%
G = 38.04%
B = 46.47%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#398CAB (or 0x398CAB) is known color: Boston Blue. HEX triplet: 39, 8C and AB. RGB value is (57,140,171). Sum of RGB (Red+Green+Blue) = 57+140+171=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #398CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398CAB is #C67354. Grayscale: #767676. Windows color (decimal): -13005653 or 11242553. OLE color: 11242553.

HSL color Cylindrical-coordinate representation of color #398CAB: hue angle of 196.32º 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 #398CAB is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 140 171 -
CMYK 0.67 0.18 0 0.33
HSL 196.32º 0.5% 0.45% -
HSV(B) 196.32º 0.67% 0.67% -
XYZ 18.42 22.57 41.91 -
YUV 118.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 57 140 171 0.67 0.18 0 0.33 196.32 0.5 0.45
Hex 39 8C AB 43 12 0 21 C4 32 2D
Octal 71 214 253 103 22 0 41 304 62 55
Binary 111001 10001100 10101011 1000011 10010 0 100001 11000100 110010 101101

Color Harmonies of #398CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CAB

Black with #398CAB

Text Example


Text Example

White with #398CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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