#318AAF

Color #318AAF Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #318AAF

Tints of Boston Blue #318AAF

Color information

#318AAF (or 0x318AAF) is unknown color: approx Boston Blue. HEX triplet: 31, 8A and AF. RGB value is (49,138,175). Sum of RGB (Red+Green+Blue) = 49+138+175=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #318AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318AAF is #CE7550. Grayscale: #737373. Windows color (decimal): -13530449 or 11504177. OLE color: 11504177.

HSL color Cylindrical-coordinate representation of color #318AAF: hue angle of 197.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318AAF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49138175-
CMYK0.720.2100.31
HSL197.62º56.25%43.92%-
HSV(B)197.62º72%68.63%-
XYZ18.0921.9343.84-
YUV115.61161.5180.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=13.54%
G=38.12%
B=48.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491381750.720.2100.31197.6256.2543.92
Hex318AAF481501Fc6382c
Octal61212257110250373067054
Binary110001100010101010111110010001010101111111000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318AAF; }

 p { color: rgb(49,138,175); }

 H1.HeaderClassName
 {
   color: #318AAF;
 }
 .AnyTagClassName
 {
   color: #318AAF;
 }
</style>
background-color css

<style>
 a { background-color: #318AAF; }

 a { background-color: rgb(49,138,175); }

 div.DivClassName
 {
   background-color: #318AAF;
 }
 .BgClassName
 {
   background-color: #318AAF;
 }
</style>
border-color css

<style>
 span { border-color: #318AAF; }

 span { border-color: rgb(49,138,175); }

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