Html Css Color HEX #318AAF Boston Blue

📋 copy color: '#318AAF'

red 49 ◦ green 138 ◦ blue 175

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

Shades of Boston Blue #318AAF

Tints of Boston Blue #318AAF

RGB

 RED value IS 49 (19.53% from 255) = 13.54%

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

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

R = 13.54%
G = 38.12%
B = 48.34%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#318AAF (or 0x318AAF) is known color: Boston Blue. HEX triplet: 31, 8A and AF. RGB value is (49,138,175). Sum of RGB (Red+Green+Blue) = 49+138+175=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #318AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318AAF is #CE7550. Grayscale: #737373. Windows color (decimal): -13530449 or 11504177. OLE color: 11504177.

HSL color Cylindrical-coordinate representation of color #318AAF: hue angle of 197.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318AAF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 138 175 -
CMYK 0.72 0.21 0 0.31
HSL 197.62º 0.56% 0.44% -
HSV(B) 197.62º 0.72% 0.69% -
XYZ 18.09 21.93 43.84 -
YUV 115.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 49 138 175 0.72 0.21 0 0.31 197.62 0.56 0.44
Hex 31 8A AF 48 15 0 1F C6 38 2C
Octal 61 212 257 110 25 0 37 306 70 54
Binary 110001 10001010 10101111 1001000 10101 0 11111 11000110 111000 101100

Color Harmonies of #318AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318AAF

Black with #318AAF

Text Example


Text Example

White with #318AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318AAF; }

 p { color: rgb(49,138,175); }

 H1.HeaderClassName
 {
   color: #318AAF;
 }
 .AnyTagClassName
 {
   color: #318AAF;
 }
</style>

background-color css

<style>
 a { background-color: #318AAF; }

 a { background-color: rgb(49,138,175); }

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

border-color css

<style>
 span { border-color: #318AAF; }

 span { border-color: rgb(49,138,175); }

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