Html Css Color HEX #348DAE Boston Blue

📋 copy color: '#348DAE'

red 52 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #348DAE

Tints of Boston Blue #348DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 14.17%
G = 38.42%
B = 47.41%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#348DAE (or 0x348DAE) is known color: Boston Blue. HEX triplet: 34, 8D and AE. RGB value is (52,141,174). Sum of RGB (Red+Green+Blue) = 52+141+174=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #348DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DAE is #CB7251. Grayscale: #757575. Windows color (decimal): -13333074 or 11439412. OLE color: 11439412.

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

Color convert

RGB 52 141 174 -
CMYK 0.70 0.19 0 0.32
HSL 196.23º 0.54% 0.44% -
HSV(B) 196.23º 0.7% 0.68% -
XYZ 18.58 22.84 43.47 -
YUV 118.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 52 141 174 0.70 0.19 0 0.32 196.23 0.54 0.44
Hex 34 8D AE 46 13 0 20 C4 36 2C
Octal 64 215 256 106 23 0 40 304 66 54
Binary 110100 10001101 10101110 1000110 10011 0 100000 11000100 110110 101100

Color Harmonies of #348DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DAE

Black with #348DAE

Text Example


Text Example

White with #348DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,141,174); }

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

background-color css

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

 a { background-color: rgb(52,141,174); }

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

border-color css

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

 span { border-color: rgb(52,141,174); }

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