#3492AF

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

Shades of Boston Blue #3492AF

Tints of Boston Blue #3492AF

Color information

#3492AF (or 0x3492AF) is unknown color: approx Boston Blue. HEX triplet: 34, 92 and AF. RGB value is (52,146,175). Sum of RGB (Red+Green+Blue) = 52+146+175=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #3492AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3492AF is #CB6D50. Grayscale: #787878. Windows color (decimal): -13331793 or 11506228. OLE color: 11506228.

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

Color convert

RGB52146175-
CMYK0.700.1700.31
HSL194.15º54.19%44.51%-
HSV(B)194.15º70.29%68.63%-
XYZ19.4324.3844.24-
YUV121.2158.3678.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=13.94%
G=39.14%
B=46.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521461750.700.1700.31194.1554.1944.51
Hex3492AF461101Fc2362d
Octal64222257106210373026655
Binary110100100100101010111110001101000101111111000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3492AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3492AF; }

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

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

<style>
 a { background-color: #3492AF; }

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

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

<style>
 span { border-color: #3492AF; }

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

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