Html Css Color HEX #348AAD Boston Blue

📋 copy color: '#348AAD'

red 52 ◦ green 138 ◦ blue 173

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

Shades of Boston Blue #348AAD

Tints of Boston Blue #348AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 14.33%
G = 38.02%
B = 47.66%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#348AAD (or 0x348AAD) is known color: Boston Blue. HEX triplet: 34, 8A and AD. RGB value is (52,138,173). Sum of RGB (Red+Green+Blue) = 52+138+173=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #348AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAD is #CB7552. Grayscale: #747474. Windows color (decimal): -13333843 or 11373108. OLE color: 11373108.

HSL color Cylindrical-coordinate representation of color #348AAD: hue angle of 197.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348AAD is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 138 173 -
CMYK 0.70 0.20 0 0.32
HSL 197.36º 0.54% 0.44% -
HSV(B) 197.36º 0.7% 0.68% -
XYZ 18.05 21.92 42.82 -
YUV 116.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 52 138 173 0.70 0.20 0 0.32 197.36 0.54 0.44
Hex 34 8A AD 46 14 0 20 C5 36 2C
Octal 64 212 255 106 24 0 40 305 66 54
Binary 110100 10001010 10101101 1000110 10100 0 100000 11000101 110110 101100

Color Harmonies of #348AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AAD

Black with #348AAD

Text Example


Text Example

White with #348AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #348AAD;
 }
 .AnyTagClassName
 {
   color: #348AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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