Html Css Color HEX #3492B0 Boston Blue

📋 copy color: '#3492B0'

red 52 ◦ green 146 ◦ blue 176

#3492B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #3492B0

Tints of Boston Blue #3492B0

RGB

 RED value IS 52 (20.7% from 255) = 13.9%

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 13.9%
G = 39.04%
B = 47.06%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3492B0 (or 0x3492B0) is known color: Boston Blue. HEX triplet: 34, 92 and B0. RGB value is (52,146,176). Sum of RGB (Red+Green+Blue) = 52+146+176=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #3492B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3492B0 is #CB6D4F. Grayscale: #797979. Windows color (decimal): -13331792 or 11571764. OLE color: 11571764.

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

Color convert

RGB 52 146 176 -
CMYK 0.70 0.17 0 0.31
HSL 194.52º 0.54% 0.45% -
HSV(B) 194.52º 0.7% 0.69% -
XYZ 19.53 24.42 44.76 -
YUV 121.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 52 146 176 0.70 0.17 0 0.31 194.52 0.54 0.45
Hex 34 92 B0 46 11 0 1F C3 36 2D
Octal 64 222 260 106 21 0 37 303 66 55
Binary 110100 10010010 10110000 1000110 10001 0 11111 11000011 110110 101101

Color Harmonies of #3492B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3492B0

Black with #3492B0

Text Example


Text Example

White with #3492B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3492B0;
 }
 .AnyTagClassName
 {
   color: #3492B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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