Html Css Color HEX #348BB0 Boston Blue

📋 copy color: '#348BB0'

red 52 ◦ green 139 ◦ blue 176

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

Shades of Boston Blue #348BB0

Tints of Boston Blue #348BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.87%

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

R = 14.17%
G = 37.87%
B = 47.96%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#348BB0 (or 0x348BB0) is known color: Boston Blue. HEX triplet: 34, 8B and B0. RGB value is (52,139,176). Sum of RGB (Red+Green+Blue) = 52+139+176=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #348BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BB0 is #CB744F. Grayscale: #747474. Windows color (decimal): -13333584 or 11569972. OLE color: 11569972.

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

Color convert

RGB 52 139 176 -
CMYK 0.70 0.21 0 0.31
HSL 197.9º 0.54% 0.45% -
HSV(B) 197.9º 0.7% 0.69% -
XYZ 18.49 22.33 44.41 -
YUV 117.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 52 139 176 0.70 0.21 0 0.31 197.9 0.54 0.45
Hex 34 8B B0 46 15 0 1F C6 36 2D
Octal 64 213 260 106 25 0 37 306 66 55
Binary 110100 10001011 10110000 1000110 10101 0 11111 11000110 110110 101101

Color Harmonies of #348BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BB0

Black with #348BB0

Text Example


Text Example

White with #348BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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