Html Css Color HEX #338AAC Boston Blue

📋 copy color: '#338AAC'

red 51 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #338AAC

Tints of Boston Blue #338AAC

RGB

 RED value IS 51 (20.31% from 255) = 14.13%

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 14.13%
G = 38.23%
B = 47.65%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#338AAC (or 0x338AAC) is known color: Boston Blue. HEX triplet: 33, 8A and AC. RGB value is (51,138,172). Sum of RGB (Red+Green+Blue) = 51+138+172=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #338AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338AAC is #CC7553. Grayscale: #737373. Windows color (decimal): -13399380 or 11307571. OLE color: 11307571.

HSL color Cylindrical-coordinate representation of color #338AAC: hue angle of 196.86º degrees, saturation: 0.54, 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 #338AAC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 138 172 -
CMYK 0.70 0.20 0 0.33
HSL 196.86º 0.54% 0.44% -
HSV(B) 196.86º 0.7% 0.67% -
XYZ 17.9 21.86 42.31 -
YUV 115.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 51 138 172 0.70 0.20 0 0.33 196.86 0.54 0.44
Hex 33 8A AC 46 14 0 21 C5 36 2C
Octal 63 212 254 106 24 0 41 305 66 54
Binary 110011 10001010 10101100 1000110 10100 0 100001 11000101 110110 101100

Color Harmonies of #338AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338AAC

Black with #338AAC

Text Example


Text Example

White with #338AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338AAC; }

 p { color: rgb(51,138,172); }

 H1.HeaderClassName
 {
   color: #338AAC;
 }
 .AnyTagClassName
 {
   color: #338AAC;
 }
</style>

background-color css

<style>
 a { background-color: #338AAC; }

 a { background-color: rgb(51,138,172); }

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

border-color css

<style>
 span { border-color: #338AAC; }

 span { border-color: rgb(51,138,172); }

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