#368CAC

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

Shades of Boston Blue #368CAC

Tints of Boston Blue #368CAC

Color information

#368CAC (or 0x368CAC) is unknown color: approx Boston Blue. HEX triplet: 36, 8C and AC. RGB value is (54,140,172). Sum of RGB (Red+Green+Blue) = 54+140+172=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #368CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CAC is #C97353. Grayscale: #757575. Windows color (decimal): -13202260 or 11308086. OLE color: 11308086.

HSL color Cylindrical-coordinate representation of color #368CAC: hue angle of 196.27º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368CAC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54140172-
CMYK0.690.1900.33
HSL196.27º52.21%44.31%-
HSV(B)196.27º68.6%67.45%-
XYZ18.3522.5242.41-
YUV117.93158.5182.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=14.75%
G=38.25%
B=46.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541401720.690.1900.33196.2752.2144.31
Hex368CAC4513021c4342c
Octal66214254105230413046454
Binary1101101000110010101100100010110011010000111000100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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