#368CB2

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

Shades of Boston Blue #368CB2

Tints of Boston Blue #368CB2

Color information

#368CB2 (or 0x368CB2) is unknown color: approx Boston Blue. HEX triplet: 36, 8C and B2. RGB value is (54,140,178). Sum of RGB (Red+Green+Blue) = 54+140+178=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #368CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CB2 is #C9734D. Grayscale: #767676. Windows color (decimal): -13202254 or 11701302. OLE color: 11701302.

HSL color Cylindrical-coordinate representation of color #368CB2: hue angle of 198.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368CB2 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB54140178-
CMYK0.700.2100.30
HSL198.39º53.45%45.49%-
HSV(B)198.39º69.66%69.8%-
XYZ18.9422.7545.51-
YUV118.62161.5181.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.52%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=14.52%
G=37.63%
B=47.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541401780.700.2100.30198.3953.4545.49
Hex368CB2461501Ec6352d
Octal66214262106250363066555
Binary110110100011001011001010001101010101111011000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,178); }

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

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

 a { background-color: rgb(54,140,178); }

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

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

 span { border-color: rgb(54,140,178); }

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