Html Css Color HEX #348CAF Boston Blue

📋 copy color: '#348CAF'

red 52 ◦ green 140 ◦ blue 175

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

Shades of Boston Blue #348CAF

Tints of Boston Blue #348CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 14.17%
G = 38.15%
B = 47.68%

CMYK

 C value IS 0.70

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#348CAF (or 0x348CAF) is known color: Boston Blue. HEX triplet: 34, 8C and AF. RGB value is (52,140,175). Sum of RGB (Red+Green+Blue) = 52+140+175=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #348CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348CAF is #CB7350. Grayscale: #757575. Windows color (decimal): -13333329 or 11504692. OLE color: 11504692.

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

Color convert

RGB 52 140 175 -
CMYK 0.70 0.2 0 0.31
HSL 197.07º 0.54% 0.45% -
HSV(B) 197.07º 0.7% 0.69% -
XYZ 18.53 22.58 43.94 -
YUV 117.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 52 140 175 0.70 0.2 0 0.31 197.07 0.54 0.45
Hex 34 8C AF 46 14 0 1F C5 36 2D
Octal 64 214 257 106 24 0 37 305 66 55
Binary 110100 10001100 10101111 1000110 10100 0 11111 11000101 110110 101101

Color Harmonies of #348CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CAF

Black with #348CAF

Text Example


Text Example

White with #348CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,175); }

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

background-color css

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

 a { background-color: rgb(52,140,175); }

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

border-color css

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

 span { border-color: rgb(52,140,175); }

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