#368CAA

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

Shades of Boston Blue #368CAA

Tints of Boston Blue #368CAA

Color information

#368CAA (or 0x368CAA) is unknown color: approx Boston Blue. HEX triplet: 36, 8C and AA. RGB value is (54,140,170). Sum of RGB (Red+Green+Blue) = 54+140+170=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #368CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CAA is #C97355. Grayscale: #757575. Windows color (decimal): -13202262 or 11177014. OLE color: 11177014.

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

Color convert

RGB54140170-
CMYK0.680.1800.33
HSL195.52º51.79%43.92%-
HSV(B)195.52º68.24%66.67%-
XYZ18.1622.4441.41-
YUV117.71157.5182.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.84%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=14.84%
G=38.46%
B=46.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541401700.680.1800.33195.5251.7943.92
Hex368CAA4412021c4342c
Octal66214252104220413046454
Binary1101101000110010101010100010010010010000111000100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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