#348AAC

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

Shades of Boston Blue #348AAC

Tints of Boston Blue #348AAC

Color information

#348AAC (or 0x348AAC) is unknown color: approx Boston Blue. HEX triplet: 34, 8A and AC. RGB value is (52,138,172). Sum of RGB (Red+Green+Blue) = 52+138+172=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #348AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAC is #CB7553. Grayscale: #737373. Windows color (decimal): -13333844 or 11307572. OLE color: 11307572.

HSL color Cylindrical-coordinate representation of color #348AAC: hue angle of 197º degrees, saturation: 0.54, 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 #348AAC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52138172-
CMYK0.700.2000.33
HSL197º53.57%43.92%-
HSV(B)197º69.77%67.45%-
XYZ17.9521.8942.31-
YUV116.16159.5182.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=14.36%
G=38.12%
B=47.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521381720.700.2000.3319753.5743.92
Hex348AAC4614021c5362c
Octal64212254106240413056654
Binary1101001000101010101100100011010100010000111000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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