#348bb0

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

Shades of Boston Blue #348BB0

Tints of Boston Blue #348BB0

Color information

#348BB0 (or 0x348BB0) is unknown color: approx Boston Blue. HEX triplet: 34, 8B and B0. RGB value is (52,139,176). Sum of RGB (Red+Green+Blue) = 52+139+176=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #348BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BB0 is #CB744F. Grayscale: #747474. Windows color (decimal): -13333584 or 11569972. OLE color: 11569972.

HSL color Cylindrical-coordinate representation of color #348BB0: hue angle of 197.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348BB0 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52139176-
CMYK0.700.2100.31
HSL197.9º54.39%44.71%-
HSV(B)197.9º70.45%69.02%-
XYZ18.4922.3344.41-
YUV117.2161.1881.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=14.17%
G=37.87%
B=47.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521391760.700.2100.31197.954.3944.71
Hex348BB0461501Fc6362d
Octal64213260106250373066655
Binary110100100010111011000010001101010101111111000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,176); }

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

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

 a { background-color: rgb(52,139,176); }

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

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

 span { border-color: rgb(52,139,176); }

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