Html Css Color HEX #348AAB Boston Blue

📋 copy color: '#348AAB'

red 52 ◦ green 138 ◦ blue 171

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

Shades of Boston Blue #348AAB

Tints of Boston Blue #348AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 14.4%
G = 38.23%
B = 47.37%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#348AAB (or 0x348AAB) is known color: Boston Blue. HEX triplet: 34, 8A and AB. RGB value is (52,138,171). Sum of RGB (Red+Green+Blue) = 52+138+171=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #348AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AAB is #CB7554. Grayscale: #737373. Windows color (decimal): -13333845 or 11242036. OLE color: 11242036.

HSL color Cylindrical-coordinate representation of color #348AAB: hue angle of 196.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348AAB is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 138 171 -
CMYK 0.70 0.19 0 0.33
HSL 196.64º 0.53% 0.44% -
HSV(B) 196.64º 0.7% 0.67% -
XYZ 17.86 21.85 41.8 -
YUV 116.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 52 138 171 0.70 0.19 0 0.33 196.64 0.53 0.44
Hex 34 8A AB 46 13 0 21 C5 35 2C
Octal 64 212 253 106 23 0 41 305 65 54
Binary 110100 10001010 10101011 1000110 10011 0 100001 11000101 110101 101100

Color Harmonies of #348AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AAB

Black with #348AAB

Text Example


Text Example

White with #348AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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