#318CB0

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

Shades of Boston Blue #318CB0

Tints of Boston Blue #318CB0

Color information

#318CB0 (or 0x318CB0) is unknown color: approx Boston Blue. HEX triplet: 31, 8C and B0. RGB value is (49,140,176). Sum of RGB (Red+Green+Blue) = 49+140+176=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #318CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CB0 is #CE734F. Grayscale: #747474. Windows color (decimal): -13529936 or 11570225. OLE color: 11570225.

HSL color Cylindrical-coordinate representation of color #318CB0: hue angle of 197.01º 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 #318CB0 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49140176-
CMYK0.720.2000.31
HSL197.01º56.44%44.12%-
HSV(B)197.01º72.16%69.02%-
XYZ18.4822.5444.45-
YUV116.89161.3579.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.42%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=13.42%
G=38.36%
B=48.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491401760.720.2000.31197.0156.4444.12
Hex318CB0481401Fc5382c
Octal61214260110240373057054
Binary110001100011001011000010010001010001111111000101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,140,176); }

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

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

 a { background-color: rgb(49,140,176); }

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

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

 span { border-color: rgb(49,140,176); }

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