Html Css Color HEX #3385AA Boston Blue

📋 copy color: '#3385AA'

red 51 ◦ green 133 ◦ blue 170

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

Shades of Boston Blue #3385AA

Tints of Boston Blue #3385AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 14.41%
G = 37.57%
B = 48.02%

CMYK

 C value IS 0.7

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3385AA (or 0x3385AA) is known color: Boston Blue. HEX triplet: 33, 85 and AA. RGB value is (51,133,170). Sum of RGB (Red+Green+Blue) = 51+133+170=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #3385AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3385AA is #CC7A55. Grayscale: #707070. Windows color (decimal): -13400662 or 11175219. OLE color: 11175219.

HSL color Cylindrical-coordinate representation of color #3385AA: hue angle of 198.66º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3385AA is Cyan = 0.7, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 133 170 -
CMYK 0.7 0.22 0 0.33
HSL 198.66º 0.54% 0.43% -
HSV(B) 198.66º 0.7% 0.67% -
XYZ 17.01 20.38 41.07 -
YUV 112.7 160.33 83.99 -
System Red Green Blue C M Y K H S L
Decimal 51 133 170 0.7 0.22 0 0.33 198.66 0.54 0.43
Hex 33 85 AA 46 16 0 21 C7 36 2B
Octal 63 205 252 106 26 0 41 307 66 53
Binary 110011 10000101 10101010 1000110 10110 0 100001 11000111 110110 101011

Color Harmonies of #3385AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385AA

Black with #3385AA

Text Example


Text Example

White with #3385AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385AA; }

 p { color: rgb(51,133,170); }

 H1.HeaderClassName
 {
   color: #3385AA;
 }
 .AnyTagClassName
 {
   color: #3385AA;
 }
</style>

background-color css

<style>
 a { background-color: #3385AA; }

 a { background-color: rgb(51,133,170); }

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

border-color css

<style>
 span { border-color: #3385AA; }

 span { border-color: rgb(51,133,170); }

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