#368BAD

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

Shades of Boston Blue #368BAD

Tints of Boston Blue #368BAD

Color information

#368BAD (or 0x368BAD) is unknown color: approx Boston Blue. HEX triplet: 36, 8B and AD. RGB value is (54,139,173). Sum of RGB (Red+Green+Blue) = 54+139+173=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #368BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BAD is #C97452. Grayscale: #757575. Windows color (decimal): -13202515 or 11373366. OLE color: 11373366.

HSL color Cylindrical-coordinate representation of color #368BAD: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368BAD is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54139173-
CMYK0.690.2000.32
HSL197.14º52.42%44.51%-
HSV(B)197.14º68.79%67.84%-
XYZ18.322.2742.87-
YUV117.46159.3482.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=14.75%
G=37.98%
B=47.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541391730.690.2000.32197.1452.4244.51
Hex368BAD4514020c5342d
Octal66213255105240403056455
Binary1101101000101110101101100010110100010000011000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368BAD; }

 p { color: rgb(54,139,173); }

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

<style>
 a { background-color: #368BAD; }

 a { background-color: rgb(54,139,173); }

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

<style>
 span { border-color: #368BAD; }

 span { border-color: rgb(54,139,173); }

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