#348AAB

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

Shades of Boston Blue #348AAB

Tints of Boston Blue #348AAB

Color information

#348AAB (or 0x348AAB) is unknown color: approx Boston Blue. HEX triplet: 34, 8A and AB. RGB value is (52,138,171). Sum of RGB (Red+Green+Blue) = 52+138+171=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #348AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAB is #CB7554. Grayscale: #737373. Windows color (decimal): -13333845 or 11242036. OLE color: 11242036.

HSL color Cylindrical-coordinate representation of color #348AAB: hue angle of 196.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348AAB is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52138171-
CMYK0.700.1900.33
HSL196.64º53.36%43.73%-
HSV(B)196.64º69.59%67.06%-
XYZ17.8621.8541.8-
YUV116.05159.0182.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=14.40%
G=38.23%
B=47.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521381710.700.1900.33196.6453.3643.73
Hex348AAB4613021c5352c
Octal64212253106230413056554
Binary1101001000101010101011100011010011010000111000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348AAB; }

 p { color: rgb(52,138,171); }

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

<style>
 a { background-color: #348AAB; }

 a { background-color: rgb(52,138,171); }

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

<style>
 span { border-color: #348AAB; }

 span { border-color: rgb(52,138,171); }

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