#348FAF

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

Shades of Boston Blue #348FAF

Tints of Boston Blue #348FAF

Color information

#348FAF (or 0x348FAF) is unknown color: approx Boston Blue. HEX triplet: 34, 8F and AF. RGB value is (52,143,175). Sum of RGB (Red+Green+Blue) = 52+143+175=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #348FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FAF is #CB7050. Grayscale: #777777. Windows color (decimal): -13332561 or 11505460. OLE color: 11505460.

HSL color Cylindrical-coordinate representation of color #348FAF: hue angle of 195.61º 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 #348FAF is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52143175-
CMYK0.700.1800.31
HSL195.61º54.19%44.51%-
HSV(B)195.61º70.29%68.63%-
XYZ18.9823.4744.09-
YUV119.44159.3579.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.05%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=14.05%
G=38.65%
B=47.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521431750.700.1800.31195.6154.1944.51
Hex348FAF461201Fc4362d
Octal64217257106220373046655
Binary110100100011111010111110001101001001111111000100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,143,175); }

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

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

 a { background-color: rgb(52,143,175); }

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

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

 span { border-color: rgb(52,143,175); }

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