#368DAB

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

Shades of Boston Blue #368DAB

Tints of Boston Blue #368DAB

Color information

#368DAB (or 0x368DAB) is unknown color: approx Boston Blue. HEX triplet: 36, 8D and AB. RGB value is (54,141,171). Sum of RGB (Red+Green+Blue) = 54+141+171=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #368DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368DAB is #C97254. Grayscale: #767676. Windows color (decimal): -13202005 or 11242806. OLE color: 11242806.

HSL color Cylindrical-coordinate representation of color #368DAB: hue angle of 195.38º 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 #368DAB is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54141171-
CMYK0.680.1800.33
HSL195.38º52%44.12%-
HSV(B)195.38º68.42%67.06%-
XYZ18.422.7741.95-
YUV118.41157.6882.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=14.75%
G=38.52%
B=46.72%

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
Decimal541411710.680.1800.33195.385244.12
Hex368DAB4412021c3342c
Octal66215253104220413036454
Binary1101101000110110101011100010010010010000111000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,141,171); }

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

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

 a { background-color: rgb(54,141,171); }

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

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

 span { border-color: rgb(54,141,171); }

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